mirror of https://github.com/PCSX2/pcsx2.git
Debugger: Fix missing return path. (#8094)
This commit is contained in:
parent
26d6c33163
commit
bca49184e7
|
@ -137,6 +137,7 @@ public:
|
|||
case EEWaitStatus::WAIT_SEMA:
|
||||
return WaitState::SEMA;
|
||||
}
|
||||
return WaitState::NONE;
|
||||
};
|
||||
[[nodiscard]] u32 EntryPoint() const override { return data.entry_init; };
|
||||
[[nodiscard]] u32 StackTop() const override { return data.stack; };
|
||||
|
|
Loading…
Reference in New Issue