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

@ -2016,7 +2016,7 @@ bool CPU::UpdateDebugDispatcherFlag()
return true;
}
void CPU::ExitExecution()
[[noreturn]] void CPU::ExitExecution()
{
// can't exit while running events without messing things up
DebugAssert(!TimingEvents::IsRunningEvents());