mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
[jak2] decomp gkernel, setup offline tests (#1638)
* add comments * oops * format' * spelling is hard
This commit is contained in:
@@ -924,7 +924,7 @@ goos::Object decompile_structure(const TypeSpec& type,
|
||||
}
|
||||
|
||||
// first, let's see if it's a value or reference
|
||||
auto field_type_info = ts.lookup_type(field.type());
|
||||
auto field_type_info = ts.lookup_type_allow_partial_def(field.type());
|
||||
if (!field_type_info->is_reference()) {
|
||||
// value type. need to get bytes.
|
||||
ASSERT(!field.is_inline());
|
||||
|
||||
Reference in New Issue
Block a user