mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
[decomp] finish actor-link-h and a few more (#592)
* finish actor-link-h * decompile files * fix pp issue
This commit is contained in:
@@ -467,7 +467,7 @@ void ObjectFileDB::ir2_cfg_build_pass() {
|
||||
try {
|
||||
build_initial_forms(func);
|
||||
} catch (std::exception& e) {
|
||||
func.warnings.general_warning("Failed to structure");
|
||||
func.warnings.general_warning("Failed to structure: {}", e.what());
|
||||
func.ir2.top_form = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user