mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 07:35:39 +00:00
target/arm: Remove antique TODO comment
Remove a TODO comment about implementing the vectored interrupt controller. We have had an implementation of that for a decade; it's in hw/intc/pl190.c. Backports commit e24ad484909e7a00ca4f6332f3698facf0ba3394 from qemu
This commit is contained in:
parent
78906db067
commit
f694264212
|
@ -7573,7 +7573,6 @@ static void arm_cpu_do_interrupt_aarch32_(CPUState *cs)
|
|||
return;
|
||||
}
|
||||
|
||||
/* TODO: Vectored interrupt controller. */
|
||||
switch (cs->exception_index) {
|
||||
case EXCP_UDEF:
|
||||
new_mode = ARM_CPU_MODE_UND;
|
||||
|
|
Loading…
Reference in a new issue