ref: 5bd13051227a06d06f323e90c18ecd29af921aa2
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