]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-core.c
c80 simulator fixes.
[thirdparty/binutils-gdb.git] / sim / common / sim-core.c
index 01ff5d74b9598e67084958492121adca7bad0005..e9102cfd7a64b64c809243de03cbd186692cca14 100644 (file)
@@ -312,7 +312,7 @@ sim_core_find_mapping(sim_core *core,
       if (cpu == NULL)
        sim_io_error (NULL, "sim_core_find_map - internal error - can not abort without a processor");
       else
-       sim_io_error (CPU_STATE (cpu),
+       engine_error (CPU_STATE (cpu), cpu, cia,
                      "access to unmaped address 0x%lx (%d bytes)\n",
                      (unsigned long) addr, nr_bytes);
     }