[decompiler] process-drawable-h (#561)

* decomile process-drawable-h

* one more
This commit is contained in:
water111
2021-06-05 23:55:36 -04:00
committed by GitHub
parent 54f72e9b10
commit fef7fad65a
33 changed files with 2389 additions and 214 deletions
+6 -1
View File
@@ -464,7 +464,12 @@ void ObjectFileDB::ir2_cfg_build_pass() {
total++;
if (!func.suspected_asm && func.ir2.atomic_ops_succeeded && func.cfg->is_fully_resolved()) {
attempted++;
build_initial_forms(func);
try {
build_initial_forms(func);
} catch (std::exception& e) {
func.warnings.general_warning("Failed to structure");
func.ir2.top_form = nullptr;
}
}
if (func.ir2.top_form) {