forked from xxq250/Nasal-Interpreter
🐛 fix render bug in gc info
This commit is contained in:
@@ -47,7 +47,7 @@ void operand_line_counter::dump_operand_count() const {
|
||||
break;
|
||||
}
|
||||
std::clog << " ";
|
||||
std::clog << operand_name_table.at(static_cast<op_code_type>(i.first));
|
||||
std::clog << operand_name_table.at(static_cast<opcode_type>(i.first));
|
||||
std::clog << " : " << i.second << " (" << rate << "%)\n";
|
||||
}
|
||||
std::clog << " total : " << total << '\n';
|
||||
|
||||
Reference in New Issue
Block a user