aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-02-05 07:30:26 +0000
committerJason Molenda <jmolenda@apple.com>2000-02-05 07:30:26 +0000
commitdfcd3bfb6f8a213007c20e60060b4e9ec9205205 (patch)
treec43f1f196f08266345d283414914033ecc50bd5e /sim/mips/sim-main.c
parentFix typo in ALIGN_N usage. (diff)
downloadbinutils-gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.tar.gz
binutils-gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.tar.bz2
binutils-gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.zip
import gdb-2000-02-04 snapshot
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 */