summaryrefslogtreecommitdiff
path: root/x86_64/sha512-compress.asm
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-04-23 17:54:59 +0300
committerNiels Möller <nisse@lysator.liu.se>2013-04-23 18:46:46 +0200
commit2c508beb65e73e3308bd2448398322be9a55ca39 (patch)
tree328a051c9c7629cf6506c32378cf3506511d7c59 /x86_64/sha512-compress.asm
parent99740b4fac501e26f226aed284b825273c41432e (diff)
downloadnettle-2c508beb65e73e3308bd2448398322be9a55ca39.tar.gz
sha: Add the missing W64_EXIT epilogue macro
Diffstat (limited to 'x86_64/sha512-compress.asm')
-rw-r--r--x86_64/sha512-compress.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64/sha512-compress.asm b/x86_64/sha512-compress.asm
index 21df82a2..663e68e9 100644
--- a/x86_64/sha512-compress.asm
+++ b/x86_64/sha512-compress.asm
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha512_compress)
mov 176(%rsp),%r15
add $184, %rsp
+ W64_EXIT(3, 0)
ret
EPILOGUE(_nettle_sha512_compress)