Commit 3f55ec67 authored by Adam Langley's avatar Adam Langley Committed by Andy Polyakov
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2582)
parent 64846096
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -1381,15 +1381,15 @@ $code.=<<___;
	mov	-48(%rsi),%r15
	mov	-48(%rsi),%r15
.cfi_restore	%r15
.cfi_restore	%r15
	mov	-40(%rsi),%r14
	mov	-40(%rsi),%r14
.cfi_restore	%r15
.cfi_restore	%r14
	mov	-32(%rsi),%r13
	mov	-32(%rsi),%r13
.cfi_restore	%r15
.cfi_restore	%r13
	mov	-24(%rsi),%r12
	mov	-24(%rsi),%r12
.cfi_restore	%r15
.cfi_restore	%r12
	mov	-16(%rsi),%rbp
	mov	-16(%rsi),%rbp
.cfi_restore	%r15
.cfi_restore	%rbp
	mov	-8(%rsi),%rbx
	mov	-8(%rsi),%rbx
.cfi_restore	%r15
.cfi_restore	%rbx
	lea	(%rsi),%rsp
	lea	(%rsi),%rsp
.cfi_def_cfa_register	%rsp
.cfi_def_cfa_register	%rsp
.Lmulx4x_epilogue:
.Lmulx4x_epilogue:
+5 −5
Original line number Original line Diff line number Diff line
@@ -446,15 +446,15 @@ $code.=<<___;
	mov	-48(%rsi),%r15
	mov	-48(%rsi),%r15
.cfi_restore	%r15
.cfi_restore	%r15
	mov	-40(%rsi),%r14
	mov	-40(%rsi),%r14
.cfi_restore	%r15
.cfi_restore	%r14
	mov	-32(%rsi),%r13
	mov	-32(%rsi),%r13
.cfi_restore	%r15
.cfi_restore	%r13
	mov	-24(%rsi),%r12
	mov	-24(%rsi),%r12
.cfi_restore	%r15
.cfi_restore	%r12
	mov	-16(%rsi),%rbp
	mov	-16(%rsi),%rbp
.cfi_restore	%r15
.cfi_restore	%rbp
	mov	-8(%rsi),%rbx
	mov	-8(%rsi),%rbx
.cfi_restore	%r15
.cfi_restore	%rbx
	lea	(%rsi),%rsp
	lea	(%rsi),%rsp
.cfi_def_cfa_register	%rsp
.cfi_def_cfa_register	%rsp
.Lmul_epilogue:
.Lmul_epilogue: