mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #6292 from gyroninja/master
Fixed SIGSEGV in PPCDebugInterface When Reading Too Early in The Boot Process
This commit is contained in:
commit
27b6a2e634
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ unsigned int PPCDebugInterface::ReadInstruction(unsigned int address)
|
||||||
|
|
||||||
bool PPCDebugInterface::IsAlive()
|
bool PPCDebugInterface::IsAlive()
|
||||||
{
|
{
|
||||||
return Core::IsRunning();
|
return Core::IsRunningAndStarted();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PPCDebugInterface::IsBreakpoint(unsigned int address)
|
bool PPCDebugInterface::IsBreakpoint(unsigned int address)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue