mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-02 10:54:04 +03:00
5 lines
112 B
C
5 lines
112 B
C
#define EXIT() \
|
|
asm("movq $60,%rax\n" \
|
|
"movq $0,%rdi\n" \
|
|
"syscall")
|