artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc9f3d
)
Put END() matching _ENTRY() (== ENTRY() w/o prof).
author
uebayasi
<uebayasi@openbsd.org>
Mon, 1 Jun 2015 09:31:40 +0000
(09:31 +0000)
committer
uebayasi
<uebayasi@openbsd.org>
Mon, 1 Jun 2015 09:31:40 +0000
(09:31 +0000)
lib/libc/arch/amd64/sys/cerror.S
patch
|
blob
|
history
diff --git
a/lib/libc/arch/amd64/sys/cerror.S
b/lib/libc/arch/amd64/sys/cerror.S
index
3debb1b
..
89bf7f6
100644
(file)
--- a/
lib/libc/arch/amd64/sys/cerror.S
+++ b/
lib/libc/arch/amd64/sys/cerror.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: cerror.S,v 1.
6 2012/08/22 17:19:34 pascal Exp $
*/
+/* $OpenBSD: cerror.S,v 1.
7 2015/06/01 09:31:40 uebayasi Exp $
*/
/* $NetBSD: cerror.S,v 1.2 2002/06/03 18:30:33 fvdl Exp $ */
/*-
@@
-52,3
+52,4
@@
_ENTRY(_CERROR)
#endif /* PIC */
movq $-1,%rax
ret
+END(_CERROR)