mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Replace cpu_abort with hw_error
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
e612a1f725
commit
2ac711791b
47 changed files with 180 additions and 262 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue