diff options
-rw-r--r-- | qtmips_cli/reporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_cli/reporter.cpp b/qtmips_cli/reporter.cpp index 4f9a8cb..74cbdc1 100644 --- a/qtmips_cli/reporter.cpp +++ b/qtmips_cli/reporter.cpp @@ -150,6 +150,7 @@ static void out_hex(ostream &out, std::uint64_t val, int digits) { } void Reporter::report() { + cout << dec; if (e_regs) { cout << "Machine state report:" << endl; cout << "PC:0x"; |