mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
Debugger: removed unused var
This commit is contained in:
parent
30d8b7716a
commit
1c3838ab8f
@ -8505,7 +8505,6 @@ static void CheckBreakOpcode( int iOpcode )
|
||||
|
||||
void DebugContinueStepping ()
|
||||
{
|
||||
static UINT nStepsTaken = 0;
|
||||
static bool bForceSingleStepNext = false; // Allow at least one instruction to execute so we don't trigger on the same invalid opcode
|
||||
|
||||
if (g_nDebugSkipLen > 0)
|
||||
@ -8615,7 +8614,6 @@ void DebugContinueStepping ()
|
||||
|
||||
Update_t bUpdate = UPDATE_ALL;
|
||||
UpdateDisplay( bUpdate );
|
||||
nStepsTaken = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user