mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[decompiler] Fix rlet in top level and detect matrix and stack inline construction (#547)
* top level in rlet * detect matrix and vector inline 0 * pretty print the symbol map
This commit is contained in:
@@ -57,7 +57,8 @@ std::string SymbolMapBuilder::convert_to_json() const {
|
||||
result[file.object_file_name] = syms;
|
||||
}
|
||||
|
||||
return result.dump();
|
||||
// adding the 4 here should make it pretty print
|
||||
return result.dump(4);
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user