There was an error while loading. Please reload this page.
1 parent 900df04 commit b4e498aCopy full SHA for b4e498a
1 file changed
src/decoder_test.cpp
@@ -34,7 +34,7 @@ int main(int argc, char* argv[]) {
34
}());
35
36
std::ofstream json_out{"idecode_tree.json"};
37
- json_out << instr_decoder.print_tree_as_pretty_json();
+ json_out << instr_decoder.print_tree_as_json();
38
39
auto inst_index1 = instr_decoder.decode_instr(0x8440);
40
auto inst_index2 = instr_decoder.decode_instr(0x86b0);
0 commit comments