[decomp] debug (#607)

* [decomp] `debug`

* shut up
This commit is contained in:
ManDude
2021-06-19 19:24:55 +01:00
committed by GitHub
parent 387a394be9
commit 46b83bda2a
39 changed files with 2132 additions and 271 deletions
+2 -1
View File
@@ -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));
}
/*!