diff --git a/debugger.cpp b/debugger.cpp index 31c75e4..0f2fdad 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -124,8 +124,13 @@ void debugger(console *const cnsl, bus *const b, std::atomic_bool *const interru int pc = kv.find("pc") != kv.end() ? std::stoi(kv.find("pc")->second, nullptr, 8) : c->getPC(); int n = kv.find("n") != kv.end() ? std::stoi(kv.find("n") ->second, nullptr, 10) : 1; - for(int i=0; i