From f21d8dc775658816daa12a993b6fdfe9e9d67131 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 1 Jun 2015 09:31:40 +0000 Subject: [PATCH] Put END() matching _ENTRY() (== ENTRY() w/o prof). --- lib/libc/arch/amd64/sys/cerror.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.20.1