Skip to content

Commit

Permalink
[decomp] prototype-h, a few enums and other random things (#422)
Browse files Browse the repository at this point in the history
* [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`
  • Loading branch information
ManDude authored May 6, 2021
1 parent 233d887 commit 812efd9
Show file tree
Hide file tree
Showing 13 changed files with 547 additions and 387 deletions.
3 changes: 2 additions & 1 deletion decompiler/analysis/cfg_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 812efd9

Please sign in to comment.