Skip to content
Permalink
Browse files
Merge pull request #6292 from gyroninja/master
Fixed SIGSEGV in PPCDebugInterface When Reading Too Early in The Boot Process
  • Loading branch information
leoetlino committed Jan 13, 2018
2 parents 973bd15 + 9628e22 commit 27b6a2e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -88,7 +88,7 @@ unsigned int PPCDebugInterface::ReadInstruction(unsigned int address)

bool PPCDebugInterface::IsAlive()
{
return Core::IsRunning();
return Core::IsRunningAndStarted();
}

bool PPCDebugInterface::IsBreakpoint(unsigned int address)

0 comments on commit 27b6a2e

Please sign in to comment.