diff options
author | 2000-02-05 07:30:26 +0000 | |
---|---|---|
committer | 2000-02-05 07:30:26 +0000 | |
commit | dfcd3bfb6f8a213007c20e60060b4e9ec9205205 (patch) | |
tree | c43f1f196f08266345d283414914033ecc50bd5e /sim/mips/sim-main.c | |
parent | Fix typo in ALIGN_N usage. (diff) | |
download | binutils-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.c | 1 |
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 */ |