summaryrefslogtreecommitdiff
path: root/tune/powerpc.asm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-03-12 12:00:11 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-03-12 12:00:11 +0100
commit035007a9c9a09486f9e37143104df54f0be6efb3 (patch)
treed219c1ad17d2d1257503239eeae9d536f622fcb2 /tune/powerpc.asm
parent26050ada76f3039cc5d0f30f3ef430dcb385411f (diff)
downloadgmp-035007a9c9a09486f9e37143104df54f0be6efb3.tar.gz
Use powerpc syntax, not power syntax.
Diffstat (limited to 'tune/powerpc.asm')
-rw-r--r--tune/powerpc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/powerpc.asm b/tune/powerpc.asm
index 19ab90138..4391ec102 100644
--- a/tune/powerpc.asm
+++ b/tune/powerpc.asm
@@ -32,7 +32,7 @@ L(again):
mftbu r4
mftb r5
mftbu r6
- cmp cr0, r4, r6
+ cmpw cr0, r4, r6
bne L(again)
stw r5, 0(r3)