summaryrefslogtreecommitdiff
path: root/sim/mips/sim-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/sim-main.c')
-rw-r--r--sim/mips/sim-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mips/sim-main.c b/sim/mips/sim-main.c
index 58e63dc0213..48a37ae8ec4 100644
--- a/sim/mips/sim-main.c
+++ b/sim/mips/sim-main.c
@@ -463,6 +463,7 @@ cache_op (SIM_DESC SD,
break;
case 1: /* data cache */
+ case 3: /* secondary data cache */
switch (op >> 2) {
case 0: /* Index Writeback Invalidate */
case 1: /* Index Load Tag */