mirror of https://github.com/openssl/openssl.git
Fix typo in x86_64-mont5.pl CFI directives
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2655)
This commit is contained in:
parent
bb0f7eca75
commit
25b802bb85
|
|
@ -120,7 +120,7 @@ $code.=<<___;
|
|||
push %r14
|
||||
.cfi_push %r14
|
||||
push %r15
|
||||
.cfi_push %r14
|
||||
.cfi_push %r15
|
||||
|
||||
neg $num
|
||||
mov %rsp,%r11
|
||||
|
|
|
|||
Loading…
Reference in New Issue