ref: 21735ecc21f9086c786978dbcd9189bd7fbdba3b
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