mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 03:30:01 -04:00
Add another kernel test, fix small bugs (#156)
* temp * run function in process test * windows debug * debug * update * update * again * update * fix same bug in debugger
This commit is contained in:
@@ -1060,7 +1060,6 @@ u64 call_method_of_type(u32 arg, Ptr<Type> type, u32 method_id) {
|
||||
}
|
||||
// throw std::runtime_error("call_method_of_type failed!\n");
|
||||
printf("[ERROR] call_method_of_type failed!\n");
|
||||
printf("type is %s\n", info(type->symbol)->str->data());
|
||||
return arg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user