13 lines
184 B
ArmAsm
13 lines
184 B
ArmAsm
!
|
|
! "@(#)syscall.s 1.1 92/07/30"
|
|
! Copyright (c) 1986 by Sun Microsystems, Inc.
|
|
!
|
|
.seg "text"
|
|
|
|
#include "SYS.h"
|
|
|
|
#define SYS_syscall 0 /* SYS_indir */
|
|
|
|
SYSCALL(syscall)
|
|
RET
|