CPU/CachedInterpreter: Fix infinite loop when block compile fails
This commit is contained in:
@ -194,6 +194,7 @@ static void ExecuteImpl()
|
||||
if (!block)
|
||||
{
|
||||
InterpretUncachedBlock<pgxp_mode>();
|
||||
next_block_key = GetNextBlockKey();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user