summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/os/exit.c
blob: 24a873f2408c409642512d14ac37529905d05e26 (plain)
1
2
3
4
5
6
7
8
9
#include "PR/os_internal.h"

void osExit() {
    __osGIOInterrupt(16);

    for (;;) {
        ;
    }
}