From: uebayasi Date: Mon, 1 Jun 2015 09:31:40 +0000 (+0000) Subject: Put END() matching _ENTRY() (== ENTRY() w/o prof). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f21d8dc775658816daa12a993b6fdfe9e9d67131;p=openbsd Put END() matching _ENTRY() (== ENTRY() w/o prof). --- 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)