[Decomp] Decompile gcommon, gstring-h, and gkernel-h (#249)

* begin decomp

* untabify

* finish decomp of gcommon

* warning with function name

* clean up gkernel-h

* fix all types
This commit is contained in:
water111
2021-02-11 09:49:15 -05:00
committed by GitHub
parent 6e0ff4c9d0
commit 43c1d223a6
19 changed files with 1403 additions and 519 deletions
+5
View File
@@ -199,6 +199,11 @@ bool convert_to_expressions(Form* top_level_form,
map2 = var_map->second;
}
f.ir2.env.map_args_from_config(config_map->second, map2);
} else {
auto var_map = get_config().function_var_names.find(f.guessed_name.to_string());
if (var_map != get_config().function_var_names.end()) {
f.ir2.env.map_args_from_config({}, var_map->second);
}
}
// strip out coloring moves