ack/mach/sun3/libsys/lstat.s

8 lines
193 B
ArmAsm
Raw Normal View History

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