Yeah, I'm a winner.
This commit is contained in:
parent
b2a958ff6d
commit
fa75531beb
|
@ -34,7 +34,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* from: @(#)asm.h 5.5 (Berkeley) 5/7/91
|
* 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_
|
#ifndef _SYS_ASM_H_
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
#else
|
#else
|
||||||
# define _BEGIN_ENTRY .text; .align 2
|
# define _BEGIN_ENTRY .text; .align 2
|
||||||
# define _END_ENTRY
|
# define _END_ENTRY
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
#ifdef STDC
|
#ifdef STDC
|
||||||
# define _ENTRY(x) .globl _ ## x; _ ## x:
|
# define _ENTRY(x) .globl _ ## x; _ ## x:
|
||||||
|
|
Loading…
Reference in New Issue