aboutsummaryrefslogtreecommitdiff
path: root/hw/an5206.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/an5206.c')
-rw-r--r--hw/an5206.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/an5206.c b/hw/an5206.c
index a5e352eb29..7088466bc1 100644
--- a/hw/an5206.c
+++ b/hw/an5206.c
@@ -41,7 +41,7 @@ static void an5206_init(ram_addr_t ram_size, int vga_ram_size,
cpu_model = "m5206";
env = cpu_init(cpu_model);
if (!env) {
- cpu_abort(env, "Unable to find m68k CPU definition\n");
+ hw_error("Unable to find m68k CPU definition\n");
}
/* Initialize CPU registers. */