ref: be71e4214677b8d9676121bcd3c5896701f8386a dir: /syscall-osx.s/
.globl _std$syscall _std$syscall: popq %rcx /* return address */ popq %rax /* call num */ pushq %rcx syscall pushq %rcx /* put the return address back */ ret