[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:
water111
2021-10-12 20:33:26 -04:00
committed by GitHub
parent 8c4ffae4ed
commit 3a1c9eaf75
12 changed files with 924 additions and 809 deletions
+1 -1
View File
@@ -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