mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 23:22:14 -04:00
[Decompiler] Fixes for dma-disasm (#377)
* small tweaks * fix up some more dma stuff
This commit is contained in:
@@ -42,7 +42,7 @@ void ObjectFileDB::analyze_functions_ir2(const std::string& output_dir) {
|
||||
ir2_register_usage_pass();
|
||||
lg::info("Variable analysis...");
|
||||
ir2_variable_pass();
|
||||
lg::info("Initial structuring..");
|
||||
lg::info("Initial structuring...");
|
||||
ir2_cfg_build_pass();
|
||||
if (get_config().analyze_expressions) {
|
||||
lg::info("Storing temporary form result...");
|
||||
|
||||
Reference in New Issue
Block a user