Fix accidentally introduced whitespace from previous commit.
This commit is contained in:
@@ -481,7 +481,7 @@ ThreadHandler::_DoStepOver(CpuState* cpuState)
|
|||||||
|
|
||||||
TRACE_CONTROL(" subroutine call -- installing breakpoint at address "
|
TRACE_CONTROL(" subroutine call -- installing breakpoint at address "
|
||||||
"%#llx\n", info.Address() + info.Size());
|
"%#llx\n", info.Address() + info.Size());
|
||||||
|
|
||||||
if (_InstallTemporaryBreakpoint(info.Address() + info.Size()) != B_OK)
|
if (_InstallTemporaryBreakpoint(info.Address() + info.Size()) != B_OK)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user