Skip to content

Commit b4e498a

Browse files
committed
fixes missing rename
1 parent 900df04 commit b4e498a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/decoder_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ int main(int argc, char* argv[]) {
3434
}());
3535

3636
std::ofstream json_out{"idecode_tree.json"};
37-
json_out << instr_decoder.print_tree_as_pretty_json();
37+
json_out << instr_decoder.print_tree_as_json();
3838

3939
auto inst_index1 = instr_decoder.decode_instr(0x8440);
4040
auto inst_index2 = instr_decoder.decode_instr(0x86b0);

0 commit comments

Comments
 (0)