artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d46a33
)
Don't use *ENTRY_NB() with END_BUILTIN(), at least yet
author
guenther
<guenther@openbsd.org>
Sun, 2 Jan 2022 01:20:25 +0000
(
01:20
+0000)
committer
guenther
<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
patch
|
blob
|
history
diff --git
a/lib/libc/arch/amd64/string/memmove.S
b/lib/libc/arch/amd64/string/memmove.S
index
bb3750e
..
67f2e41
100644
(file)
--- 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