CPU/CachedInterpreter: Fix infinite loop when block compile fails

This commit is contained in:
Connor McLaughlin
2021-04-14 19:02:11 +10:00
parent 58f5c99100
commit dd5277321b
2 changed files with 3 additions and 1 deletions

View File

@ -194,6 +194,7 @@ static void ExecuteImpl()
if (!block)
{
InterpretUncachedBlock<pgxp_mode>();
next_block_key = GetNextBlockKey();
continue;
}