]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/d10v/interp.c
import gdb-2000-01-05 snapshot
[thirdparty/binutils-gdb.git] / sim / d10v / interp.c
index 2a9ae043c66f3cb3cfbd51c1fb8b996ba610ca9a..33b5dca30a5cc7c8a0102c5b5161d8bf23618206 100644 (file)
@@ -102,6 +102,7 @@ lookup_hash (ins, size)
          (*d10v_callback->printf_filtered)
            (d10v_callback, "ERROR: Illegal instruction %x at PC %x\n", ins, PC);
          State.exception = SIGILL;
+         State.pc_changed = 1; /* Don't increment the PC. */
          return NULL;
        }
       h = h->next;