ref: 3a641b0374f9991ba0779ac9dbdb4d3df6d4aee3 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