mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Clean up some errors/crashes in decompiler (#452)
* fix offline tests, clean up some warnings * clean up warnings during decomp * fix remaining crash issues
This commit is contained in:
@@ -1386,8 +1386,6 @@ bool ControlFlowGraph::find_cond_w_empty_else() {
|
||||
new_cwe->prev->next = new_cwe;
|
||||
}
|
||||
|
||||
lg::error("There is a very strange control flow here, please check it manually.");
|
||||
|
||||
// link new_cwe <-> end
|
||||
std::vector<CfgVtx*> to_replace;
|
||||
// to_replace.push_back(else_block);
|
||||
|
||||
Reference in New Issue
Block a user