mm/src/libultra/os/getcurrfaultthread.c

6 lines
95 B
C

#include <osint.h>
OSThread* __osGetCurrFaultedThread(void) {
return __osFaultedThread;
}