Debugger: removed unused var
This commit is contained in:
parent
30d8b7716a
commit
1c3838ab8f
1 changed files with 0 additions and 2 deletions
|
@ -8505,7 +8505,6 @@ static void CheckBreakOpcode( int iOpcode )
|
||||||
|
|
||||||
void DebugContinueStepping ()
|
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
|
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)
|
if (g_nDebugSkipLen > 0)
|
||||||
|
@ -8615,7 +8614,6 @@ void DebugContinueStepping ()
|
||||||
|
|
||||||
Update_t bUpdate = UPDATE_ALL;
|
Update_t bUpdate = UPDATE_ALL;
|
||||||
UpdateDisplay( bUpdate );
|
UpdateDisplay( bUpdate );
|
||||||
nStepsTaken = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue