ref: 816044d4bf8b374c8209b895078bda6a05f12bee 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