From: David Benjamin Date: Thu, 16 Feb 2017 22:39:40 +0000 (-0500) Subject: Fix typo in x86_64-mont5.pl CFI directives X-Git-Tag: OpenSSL_1_1_1-pre1~2370 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=25b802bb855285bb3a799014f3669f73f4d11871;p=oweals%2Fopenssl.git Fix typo in x86_64-mont5.pl CFI directives Reviewed-by: Kurt Roeckx Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/2655) --- diff --git a/crypto/bn/asm/x86_64-mont5.pl b/crypto/bn/asm/x86_64-mont5.pl index 7ed22326bd..9c77642b71 100755 --- a/crypto/bn/asm/x86_64-mont5.pl +++ b/crypto/bn/asm/x86_64-mont5.pl @@ -120,7 +120,7 @@ $code.=<<___; push %r14 .cfi_push %r14 push %r15 -.cfi_push %r14 +.cfi_push %r15 neg $num mov %rsp,%r11