ack/mach/sun3/libsys/_fstat.s

8 lines
195 B
ArmAsm
Raw Normal View History

1991-02-28 16:47:45 +00:00
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __fstat
__fstat: pea (SYS_fstat); trap #0; bcc 1f; jmp (cerror)
1:
move.l (sp)+,(sp)
jmp (___statcvt)