diff --git a/src/debugger/CartDebug.cxx b/src/debugger/CartDebug.cxx index 2dd91b198..f689041e3 100644 --- a/src/debugger/CartDebug.cxx +++ b/src/debugger/CartDebug.cxx @@ -253,7 +253,7 @@ bool CartDebug::disassembleAddr(uInt16 address, bool force) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bool CartDebug::disassemblePC(bool force) { - return (disassembleAddr(myDebugger.cpuDebug().pc())); + return (disassembleAddr(myDebugger.cpuDebug().pc(), force)); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -