diff options
author | Andy Polyakov <appro@openssl.org> | 2007-07-31 20:19:40 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-07-31 20:19:40 +0200 |
commit | 9d35d08ab64d76f65261b1b1d524983c3a74b30f (patch) | |
tree | ea8cb56cbb90223473cb8da1c7c75705bab6183c /crypto/ppccpuid.pl | |
parent | document -S and -nopad options in usage information (diff) | |
download | openssl-9d35d08ab64d76f65261b1b1d524983c3a74b30f.tar.xz openssl-9d35d08ab64d76f65261b1b1d524983c3a74b30f.zip |
Typo in ppccpuid.pl.
Diffstat (limited to 'crypto/ppccpuid.pl')
-rwxr-xr-x | crypto/ppccpuid.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ppccpuid.pl b/crypto/ppccpuid.pl index dad5703b0e..f1c856ff83 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 |