macaw/macaw-ppc/tests/ppc/util.h

4 lines
61 B
C
Raw Normal View History

2017-10-25 02:36:36 +03:00
#define EXIT() \
2017-10-25 03:21:00 +03:00
asm("li 0,1\n" \
"sc")