[decomp] finish actor-link-h and a few more (#592)

* finish actor-link-h

* decompile files

* fix pp issue
This commit is contained in:
water111
2021-06-14 20:46:54 -04:00
committed by GitHub
parent fac4364aa4
commit 0aa474f12b
50 changed files with 3781 additions and 1122 deletions
+1 -1
View File
@@ -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;
}
}