From: guenther Date: Sun, 2 Jan 2022 01:20:25 +0000 (+0000) Subject: Don't use *ENTRY_NB() with END_BUILTIN(), at least yet X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2f731f58de5902861947807eac0417a4444ccecc;p=openbsd Don't use *ENTRY_NB() with END_BUILTIN(), at least yet Problem noted by naddy@ --- diff --git a/lib/libc/arch/amd64/string/memmove.S b/lib/libc/arch/amd64/string/memmove.S index bb3750ee19a..67f2e41e7b8 100644 --- a/lib/libc/arch/amd64/string/memmove.S +++ b/lib/libc/arch/amd64/string/memmove.S @@ -44,7 +44,7 @@ ENTRY_NB(bcopy) xchgq %rdi,%rsi /* fall into memmove */ -NENTRY_NB(memmove) +NENTRY(memmove) RETGUARD_SETUP(memmove, r10) movq %rdi,%r11 /* save dest */ movq %rdx,%rcx