[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:
water111
2021-05-31 18:14:18 -04:00
committed by GitHub
parent 84c0522102
commit 3d8013633a
19 changed files with 422 additions and 458 deletions
+2 -1
View File
@@ -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 {