diff options
Diffstat (limited to 'openssl/crypto/ppccpuid.pl')
-rw-r--r-- | openssl/crypto/ppccpuid.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/crypto/ppccpuid.pl b/openssl/crypto/ppccpuid.pl index fe44ff07b..369e1d0df 100644 --- a/openssl/crypto/ppccpuid.pl +++ b/openssl/crypto/ppccpuid.pl @@ -67,6 +67,8 @@ Loop: lwarx r5,0,r3 $CMPLI r4,7 li r0,0 bge Lot + $CMPLI r4,0 + beqlr- Little: mtctr r4 stb r0,0(r3) addi r3,r3,1 |