mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[Decompiler] WIP Expression Stacking (#178)
* wip * fix the stupid if thing * update * fix * fix some ordering issues
This commit is contained in:
@@ -91,7 +91,6 @@ int main(int argc, char** argv) {
|
||||
if (get_config().analyze_expressions) {
|
||||
db.analyze_expressions();
|
||||
db.write_disassembly(out_folder, false, false, "_expr");
|
||||
db.write_debug_type_analysis(out_folder, "_expr");
|
||||
}
|
||||
|
||||
// todo print type summary
|
||||
|
||||
Reference in New Issue
Block a user