ref: 7a6c8bdda8b4f35db12cfde703c9b4a1eaf41b14 dir: /syscall-osx.s/
.globl _std$syscall _std$syscall: popl %ecx /* return address */ popl %eax /* call num */ pushl %ecx int $0x80 pushl %ecx /* put the return address back */ ret