Fix error handler typedefs

This commit is contained in:
LagoLunatic
2025-05-17 14:16:26 -04:00
parent 337303fc79
commit e063db9697
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ void myExceptionCallback(OSError, OSContext*, u32, u32) {
}
/* 8000C3C0-8000C70C .text fault_callback_scroll__FUsP9OSContextUlUl */
void fault_callback_scroll(u16, OSContext* p_context, u32, u32) {
void fault_callback_scroll(OSError, OSContext* p_context, u32, u32) {
JUTException* manager = JUTException::getManager();
JUTConsole* exConsole = manager->getConsole();