import gdb-1999-10-04 snapshot
[deliverable/binutils-gdb.git] / sim / m32r / mloop.in
index b79b756e91c06e94594f3b59e52480b655702577..0be16bb10633e9d8fa7699b32ec7201ad76df92d 100644 (file)
@@ -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.  */
This page took 0.02337 seconds and 4 git commands to generate.