mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33: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
|
@ -39,7 +39,7 @@ static void arm_pic_cpu_handler(void *opaque, int irq, int level)
|
|||
cpu_reset_interrupt(env, CPU_INTERRUPT_FIQ);
|
||||
break;
|
||||
default:
|
||||
cpu_abort(env, "arm_pic_cpu_handler: Bad interrput line %d\n", irq);
|
||||
hw_error("arm_pic_cpu_handler: Bad interrput line %d\n", irq);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue