From c445af5a2b1fd76533a6ce709677e779f215721f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 12 May 1997 04:57:49 +0000 Subject: c80 simulator fixes. --- sim/common/sim-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/common/sim-core.c') diff --git a/sim/common/sim-core.c b/sim/common/sim-core.c index 01ff5d7..e9102cf 100644 --- a/sim/common/sim-core.c +++ b/sim/common/sim-core.c @@ -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); } -- cgit v1.1