From 2f731f58de5902861947807eac0417a4444ccecc Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 2 Jan 2022 01:20:25 +0000 Subject: [PATCH] Don't use *ENTRY_NB() with END_BUILTIN(), at least yet Problem noted by naddy@ --- lib/libc/arch/amd64/string/memmove.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1