diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
commit | 2acceee2182a942e6a79a972009540990f4dfabf (patch) | |
tree | 2ed7ca473f0b49181f1d0214c3450a7eb17f7bcb /sim/m32r/mloop.in | |
parent | 3e9c42873ee1d0bbb03039baea78c617174f9269 (diff) | |
download | gdb-2acceee2182a942e6a79a972009540990f4dfabf.zip gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.gz gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.bz2 |
import gdb-1999-10-04 snapshot
Diffstat (limited to 'sim/m32r/mloop.in')
-rw-r--r-- | sim/m32r/mloop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/mloop.in b/sim/m32r/mloop.in index b79b756..0be16bb 100644 --- a/sim/m32r/mloop.in +++ b/sim/m32r/mloop.in @@ -253,7 +253,7 @@ cat <<EOF { /* ??? Defer signalling to execution. */ if ((insn & 0x7fff) != 0x7000) /* parallel nops are ok */ - sim_engine_invalid_insn (current_cpu, pc - 2); + sim_engine_invalid_insn (current_cpu, pc - 2, 0); /* There's no point in processing parallel nops in fast mode. We might as well do this test since we've already tested that we have a parallel nop. */ |