System: Fix lockup with runahead enabled
This commit is contained in:
@ -145,7 +145,7 @@ void ExecutionModeChanged();
|
||||
void Execute();
|
||||
|
||||
// Forces an early exit from the CPU dispatcher.
|
||||
void ExitExecution();
|
||||
[[noreturn]] void ExitExecution();
|
||||
|
||||
ALWAYS_INLINE static Registers& GetRegs()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user