mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target-mips: check CP0 enabled for CACHE instruction also in R6
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
This commit is contained in:
@@ -17194,6 +17194,7 @@ static void decode_opc_special3_r6(CPUMIPSState *env, DisasContext *ctx)
|
||||
/* Treat as NOP. */
|
||||
break;
|
||||
case R6_OPC_CACHE:
|
||||
check_cp0_enabled(ctx);
|
||||
/* Treat as NOP. */
|
||||
break;
|
||||
case R6_OPC_SC:
|
||||
|
||||
Reference in New Issue
Block a user