System: Fix lockup with runahead enabled

This commit is contained in:
Stenzek
2024-08-20 11:50:52 +10:00
parent ef59a0da12
commit 3455a0d151
4 changed files with 26 additions and 23 deletions

View File

@ -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()
{