Removed redundant .text and .align directives.
This commit is contained in:
parent
63025a1fe6
commit
ee681780be
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: SYS.h,v 1.5 1997/05/02 18:15:18 kleink Exp $ */
|
/* $NetBSD: SYS.h,v 1.6 1997/10/05 23:58:24 mark Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
@ -48,7 +48,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define _SYSCALL_NOERROR(x,y) \
|
#define _SYSCALL_NOERROR(x,y) \
|
||||||
.text; .align 0; \
|
|
||||||
ENTRY(x); \
|
ENTRY(x); \
|
||||||
SYSTRAP(y)
|
SYSTRAP(y)
|
||||||
|
|
||||||
@ -76,5 +75,4 @@
|
|||||||
#define RSYSCALL(x) \
|
#define RSYSCALL(x) \
|
||||||
PSEUDO(x,x)
|
PSEUDO(x,x)
|
||||||
|
|
||||||
|
|
||||||
.globl cerror
|
.globl cerror
|
||||||
|
Loading…
Reference in New Issue
Block a user