mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 10:33:07 -04:00
Fix error handler typedefs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user