Don't use *ENTRY_NB() with END_BUILTIN(), at least yet
authorguenther <guenther@openbsd.org>
Sun, 2 Jan 2022 01:20:25 +0000 (01:20 +0000)
committerguenther <guenther@openbsd.org>
Sun, 2 Jan 2022 01:20:25 +0000 (01:20 +0000)
Problem noted by naddy@

lib/libc/arch/amd64/string/memmove.S

index bb3750e..67f2e41 100644 (file)
@@ -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