From fa75531bebcfa5ea97bb4ea2588d61633ea78459 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 16 Jun 1993 21:13:23 +0000 Subject: [PATCH] Yeah, I'm a winner. --- sys/sys/asm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/asm.h b/sys/sys/asm.h index dcf0bccdb2f6..5bb42f7adecf 100644 --- a/sys/sys/asm.h +++ b/sys/sys/asm.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)asm.h 5.5 (Berkeley) 5/7/91 - * $Id: asm.h,v 1.5 1993/06/16 21:04:00 mycroft Exp $ + * $Id: asm.h,v 1.6 1993/06/16 21:13:23 mycroft Exp $ */ #ifndef _SYS_ASM_H_ @@ -50,7 +50,7 @@ #else # define _BEGIN_ENTRY .text; .align 2 # define _END_ENTRY -#else +#endif #ifdef STDC # define _ENTRY(x) .globl _ ## x; _ ## x: