__osGetCurrFaultedThread.c (101B)
1 #include "libultra_internal.h" 2 3 OSThread *__osGetCurrFaultedThread() { 4 return __osActiveQueue; 5 }