diff --git a/src/debugger/Debugger.cxx b/src/debugger/Debugger.cxx index 774c3c2f6..73860a6eb 100644 --- a/src/debugger/Debugger.cxx +++ b/src/debugger/Debugger.cxx @@ -255,7 +255,9 @@ const string Debugger::invIfChanged(int reg, int oldReg) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void Debugger::reset() { + unlockBankswitchState(); mySystem.reset(); + lockBankswitchState(); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -