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:
Peter Maydell 2018-11-16 18:24:41 -05:00 committed by Lioncash
parent 78906db067
commit f694264212
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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;