1 2 3 4 5 6 7 8 9
#include "PR/os_internal.h" void osExit(void) { __osGIOInterrupt(16); for (;;) { ; } }