mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 14:33:42 +08:00
chacha/asm/chacha-ppc.pl: fix typo.
RT#4365 Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
8b1a5af389
commit
a66ec57c6e
@ -477,7 +477,7 @@ $code.=<<___;
|
||||
$PUSH r29,`$FRAME-$SIZE_T*3`($sp)
|
||||
$PUSH r30,`$FRAME-$SIZE_T*2`($sp)
|
||||
$PUSH r31,`$FRAME-$SIZE_T*1`($sp)
|
||||
li 12,-1
|
||||
li r12,-1
|
||||
$PUSH r0, `$FRAME+$LRSAVE`($sp)
|
||||
mtspr 256,r12 # preserve all AltiVec registers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user