From 3758632917987c842edf57d855de9b515754a5f9 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 27 Mar 2019 22:33:34 +0100 Subject: qtmips_cli: start report in decimal mode. Signed-off-by: Pavel Pisa --- qtmips_cli/reporter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_cli/reporter.cpp') 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"; -- cgit v1.2.3