diff options
Diffstat (limited to 'sim/mips/sim-main.c')
-rw-r--r-- | sim/mips/sim-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mips/sim-main.c b/sim/mips/sim-main.c index 58e63dc..48a37ae 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 */ |