diff options
Diffstat (limited to 'mpn/x86_64/lshsub_n.asm')
-rw-r--r-- | mpn/x86_64/lshsub_n.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86_64/lshsub_n.asm b/mpn/x86_64/lshsub_n.asm index c04a4e4ac..ab97dcb1c 100644 --- a/mpn/x86_64/lshsub_n.asm +++ b/mpn/x86_64/lshsub_n.asm @@ -51,7 +51,7 @@ ASM_START() TEXT ALIGN(16) PROLOGUE(mpn_lshsub_n) - DOS64_ENTRY(4) + FUNC_ENTRY(4) IFDOS(` mov 56(%rsp), %r8d ') push %r12 @@ -156,6 +156,6 @@ L(end): pop %r13 pop %r12 - DOS64_EXIT() + FUNC_EXIT() ret EPILOGUE() |