projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a611e
)
target-mips: check CP0 enabled for CACHE instruction also in R6
author
Leon Alrae
<leon.alrae@imgtec.com>
Fri, 25 Mar 2016 13:49:35 +0000
(13:49 +0000)
committer
Leon Alrae
<leon.alrae@imgtec.com>
Wed, 30 Mar 2016 08:14:00 +0000
(09:14 +0100)
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index a5b8805f7772f2a69eeec6b717cfb92569e87697..65f2caff3efacdc08bdb2e73007d4552f52ec53b 100644
(file)
--- a/
target-mips/translate.c
+++ b/
target-mips/translate.c
@@
-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: