mirror of
https://github.com/open-goal/jak-project
synced 2026-06-17 15:17:27 -04:00
[decomp] prototype-h, a few enums and other random things (#422)
* [decompiler] fix missing error in asm output * decomp prototype-h, cleanup pat-h and res-h, prep for fact-h & res * fix types * Update all-types.gc * fix a methos in `res-h`
This commit is contained in:
@@ -1670,8 +1670,9 @@ void build_initial_forms(Function& function) {
|
||||
|
||||
function.ir2.top_form = result;
|
||||
} catch (std::runtime_error& e) {
|
||||
function.warnings.general_warning(e.what());
|
||||
lg::warn("Failed to build initial forms in {}: {}", function.guessed_name.to_string(),
|
||||
e.what());
|
||||
}
|
||||
}
|
||||
} // namespace decompiler
|
||||
} // namespace decompiler
|
||||
|
||||
Reference in New Issue
Block a user