ack/mach/i386/libsys/getegid.s
1989-10-10 11:40:55 +00:00

12 lines
153 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define _getegid
.sect .text
_getegid:
mov ax,47
callf 0x7:0x0
jb 1f
xchg dx,ax
ret
1:
jmp cerror