mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 09:09:52 -04:00
@@ -73,7 +73,8 @@ goos::Object decompile_at_label_with_hint(const LabelType& hint,
|
||||
}
|
||||
|
||||
throw std::runtime_error(
|
||||
fmt::format("Type {} is not yet supported by the data decompiler.", hint.type_name));
|
||||
fmt::format("Type `{}` with length {} is not yet supported by the data decompiler.",
|
||||
hint.type_name, *hint.array_size));
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user