ack/mach/minix/libsys/fork.s

6 lines
94 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define _fork
_fork:
jmp __fork