summaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/sha256-compress-n.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86_64/sha256-compress-n.asm b/x86_64/sha256-compress-n.asm
index e10d260c..a143a2d0 100644
--- a/x86_64/sha256-compress-n.asm
+++ b/x86_64/sha256-compress-n.asm
@@ -134,7 +134,7 @@ define(`NOEXPN', `
ALIGN(16)
PROLOGUE(_nettle_sha256_compress_n)
- W64_ENTRY(3, 0)
+ W64_ENTRY(4, 0)
test BLOCKS, BLOCKS
jz .Lend
@@ -228,6 +228,6 @@ PROLOGUE(_nettle_sha256_compress_n)
add $120, %rsp
.Lend:
mov INPUT, %rax
- W64_EXIT(3, 0)
+ W64_EXIT(4, 0)
ret
EPILOGUE(_nettle_sha256_compress_n)