mirror of
https://github.com/open-goal/jak-project
synced 2026-08-01 08:27:22 -04:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user