mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-31 00:11:02 +00:00
Print counts in decimal
This commit is contained in:
@@ -240,7 +240,7 @@ namespace
|
|||||||
for (const auto& instruction : instructions)
|
for (const auto& instruction : instructions)
|
||||||
{
|
{
|
||||||
const auto* mnemonic = cs_insn_name(c.d.get_handle(), instruction);
|
const auto* mnemonic = cs_insn_name(c.d.get_handle(), instruction);
|
||||||
c.win_emu->log.print(color::white, "%s: %" PRIx64 "\n", mnemonic, count);
|
c.win_emu->log.print(color::white, "%s: %" PRIu64 "\n", mnemonic, count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user