From 1c84a2c8015d2aa9dd270693b350662ae4adbf85 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 16 Jan 2003 20:48:42 +0000 Subject: Alignment requirements are satisfied in ENTRY(), no need to add more here. --- lib/libc/arch/m88k/SYS.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/arch/m88k') diff --git a/lib/libc/arch/m88k/SYS.h b/lib/libc/arch/m88k/SYS.h index 16d7c309b14..519f18272dc 100644 --- a/lib/libc/arch/m88k/SYS.h +++ b/lib/libc/arch/m88k/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.8 2003/01/07 21:59:21 miod Exp $*/ +/* $OpenBSD: SYS.h,v 1.9 2003/01/16 20:48:41 miod Exp $*/ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -59,7 +59,6 @@ tb0 0, r0, 128 #define __SYSCALL__NOERROR(p,x,y) \ - align 8; \ __ENTRY(p,x); \ __ALIAS(p,x); \ __DO_SYSCALL(y) -- cgit v1.2.3