summaryrefslogtreecommitdiff
path: root/x64masm.asm
diff options
context:
space:
mode:
Diffstat (limited to 'x64masm.asm')
-rwxr-xr-xx64masm.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/x64masm.asm b/x64masm.asm
index f27c0027..c7ff8362 100755
--- a/x64masm.asm
+++ b/x64masm.asm
@@ -1341,7 +1341,8 @@ ret
Sosemanuk_OperateKeystream ENDP
Panama_SSE2_Pull PROC FRAME
-alloc_stack(2*16+8)
+rex_push_reg rdi
+alloc_stack(2*16)
save_xmm128 xmm6, 0h
save_xmm128 xmm7, 10h
.endprolog
@@ -1555,7 +1556,8 @@ movdqa xmmword ptr [rdx+0*16], xmm0
label5:
movdqa xmm6, [rsp + 0h]
movdqa xmm7, [rsp + 10h]
-add rsp, 2*16+8
+add rsp, 2*16
+pop rdi
ret
Panama_SSE2_Pull ENDP