mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-02 10:54:04 +03:00
73f758544d
The tests were issuing the exit syscall incorrectly (they didn't set the sycall number) and were not executable.
4 lines
62 B
C
4 lines
62 B
C
#define EXIT() \
|
|
asm("mov %r7, $1"); \
|
|
asm("svc #0")
|