提交 3f55ec67 编写于 作者: A Adam Langley 提交者: Andy Polyakov

Fix copy-pasteism in CFI directives.

I don't think this actually affects anything since the cfi_restore
directives aren't strictly needed anyway. (The old values are still in
memory so either will do.)

CLA: trivial
Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2582)
上级 64846096
......@@ -1381,15 +1381,15 @@ $code.=<<___;
mov -48(%rsi),%r15
.cfi_restore %r15
mov -40(%rsi),%r14
.cfi_restore %r15
.cfi_restore %r14
mov -32(%rsi),%r13
.cfi_restore %r15
.cfi_restore %r13
mov -24(%rsi),%r12
.cfi_restore %r15
.cfi_restore %r12
mov -16(%rsi),%rbp
.cfi_restore %r15
.cfi_restore %rbp
mov -8(%rsi),%rbx
.cfi_restore %r15
.cfi_restore %rbx
lea (%rsi),%rsp
.cfi_def_cfa_register %rsp
.Lmulx4x_epilogue:
......
......@@ -446,15 +446,15 @@ $code.=<<___;
mov -48(%rsi),%r15
.cfi_restore %r15
mov -40(%rsi),%r14
.cfi_restore %r15
.cfi_restore %r14
mov -32(%rsi),%r13
.cfi_restore %r15
.cfi_restore %r13
mov -24(%rsi),%r12
.cfi_restore %r15
.cfi_restore %r12
mov -16(%rsi),%rbp
.cfi_restore %r15
.cfi_restore %rbp
mov -8(%rsi),%rbx
.cfi_restore %r15
.cfi_restore %rbx
lea (%rsi),%rsp
.cfi_def_cfa_register %rsp
.Lmul_epilogue:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册