minix/lib/syscall/execv.s
2009-11-09 10:26:00 +00:00

8 lines
74 B
ArmAsm

.sect .text
.extern __execv
.define _execv
.align 2
_execv:
jmp __execv