[decompiler] jak2-style rtype-of, setup gcommon stuff (#1616)

* [decompiler] support jak2-style rtype-of, get gcommon decompiling to use for tests

* more decompiler debugging
This commit is contained in:
water111
2022-07-05 20:39:24 -04:00
committed by GitHub
parent 6446389263
commit 822dc73970
11 changed files with 904 additions and 363 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ Form* try_cast_simplify(Form* in,
}
}
auto type_info = env.dts->ts.lookup_type(new_type);
auto type_info = env.dts->ts.lookup_type_allow_partial_def(new_type);
auto bitfield_info = dynamic_cast<BitFieldType*>(type_info);
if (bitfield_info) {
// todo remove this.