macaw/macaw-ppc/tests/ppc/util.h
2017-10-24 16:36:36 -07:00

5 lines
112 B
C

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