macaw/x86/tests/x64/util.h
2017-09-27 15:54:43 -07:00

5 lines
112 B
C

#define EXIT() \
asm("movq $60,%rax\n" \
"movq $0,%rdi\n" \
"syscall")