Fix comment.

This commit is contained in:
Rene Gollent 2011-12-13 22:54:00 -05:00
parent c3946ba021
commit aeb2d34b0e

View File

@ -559,7 +559,7 @@ ThreadHandler::_HandleBreakpointHitStep(CpuState* cpuState)
switch (fStepMode) {
case STEP_OVER:
{
// If we're in the same frame we started in, keep executing.
// If we're not in the same frame we started in, keep executing.
if (cpuState->StackFramePointer() != fPreviousFrameAddress)
{
status_t error = _InstallTemporaryBreakpoint(