mirror of
https://github.com/open-goal/jak-project
synced 2026-08-16 13:17:34 -04:00
[decompiler] clean up offline test program, reorganize decomp order (#895)
* make a new offline test * finish up offline test and fix crash bugs
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
// main decompile.
|
||||
if (config.decompile_code) {
|
||||
db.analyze_functions_ir2(out_folder, config);
|
||||
db.analyze_functions_ir2(out_folder, config, {});
|
||||
}
|
||||
|
||||
// write out all symbols
|
||||
|
||||
Reference in New Issue
Block a user