summaryrefslogtreecommitdiffstats
path: root/crypto/ppccpuid.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-30 08:47:32 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-30 08:47:32 +0000
commita3963619f64377e5de7418c09bece61f8389b3fc (patch)
tree69650b0bf5236f0069133dd3fed249b4fc149480 /crypto/ppccpuid.pl
parent34994068a45d033e11830e731993efce6bfe940b (diff)
Make ppccpuid AIX friendly.
Diffstat (limited to 'crypto/ppccpuid.pl')
-rwxr-xr-xcrypto/ppccpuid.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ppccpuid.pl b/crypto/ppccpuid.pl
index 50d989e193..dad5703b0e 100755
--- a/crypto/ppccpuid.pl
+++ b/crypto/ppccpuid.pl
@@ -70,7 +70,7 @@ Loop: lwarx r5,0,r3
Little: mtctr r4
stb r0,0(r3)
addi r3,r3,1
- bdnz- .-8
+ bdnz- $-8
blr
Lot: andi. r5,r3,3
beq Laligned
@@ -83,7 +83,7 @@ Laligned:
mtctr r5
stw r0,0(r3)
addi r3,r3,4
- bdnz- .-8
+ bdnz- $-8
andi. r4,r4,3
bne Little
blr