diff options
author | 2015-06-01 09:31:40 +0000 | |
---|---|---|
committer | 2015-06-01 09:31:40 +0000 | |
commit | f21d8dc775658816daa12a993b6fdfe9e9d67131 (patch) | |
tree | e0416c21897b0d0e142d8ac6dad766b5cfe99a9c /lib/libc | |
parent | Put END() matching ENTRY(). (diff) | |
download | wireguard-openbsd-f21d8dc775658816daa12a993b6fdfe9e9d67131.tar.xz wireguard-openbsd-f21d8dc775658816daa12a993b6fdfe9e9d67131.zip |
Put END() matching _ENTRY() (== ENTRY() w/o prof).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/amd64/sys/cerror.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/amd64/sys/cerror.S b/lib/libc/arch/amd64/sys/cerror.S index 3debb1b9bac..89bf7f69aa4 100644 --- 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) |