ref: 8e6d42ba014b19f789f59ec1ee1576e848f67773
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