CPU/Recompiler: Break blocks on invalid instructions

This commit is contained in:
Stenzek
2024-07-11 12:29:34 +10:00
parent 3b9c489787
commit 2ac2ad605e
9 changed files with 117 additions and 117 deletions

View File

@ -53,7 +53,6 @@ struct InstructionInfo
bool is_load_delay_slot : 1;
bool is_last_instruction : 1;
bool has_load_delay : 1;
bool can_trap : 1;
u8 reg_flags[static_cast<u8>(Reg::count)];
// Reg write_reg[3];