2021-08-04 04:21:31 +01:00
|
|
|
#include "global.h"
|
2021-03-27 14:17:41 -07:00
|
|
|
|
2021-08-04 04:21:31 +01:00
|
|
|
void __assert(const char* file, u32 lineNum) {
|
2021-03-27 14:17:41 -07:00
|
|
|
osGetThreadId(NULL);
|
|
|
|
|
Fault_AddHungupAndCrash(file, lineNum);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void func_800862B4(void) {
|
|
|
|
|
Fault_AddHungupAndCrash("Reset", 0);
|
|
|
|
|
}
|