CPU/Recompiler: Break blocks on invalid instructions
This commit is contained in:
@ -610,6 +610,8 @@ void CPU::NewRec::X64Compiler::Flush(u32 flags)
|
||||
|
||||
void CPU::NewRec::X64Compiler::Compile_Fallback()
|
||||
{
|
||||
WARNING_LOG("Compiling instruction fallback at PC=0x{:08X}, instruction=0x{:08X}", iinfo->pc, inst->bits);
|
||||
|
||||
Flush(FLUSH_FOR_INTERPRETER);
|
||||
|
||||
cg->call(&CPU::Recompiler::Thunks::InterpretInstruction);
|
||||
|
||||
Reference in New Issue
Block a user