mirror of https://github.com/xqemu/xqemu.git
hw/arm_gic: Remove stray hardcoded tab
Remove the single instance of a hardcoded tab from hw/arm_gic.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
b7dc1a597a
commit
c79981ceec
|
@ -160,7 +160,7 @@ static void gic_update(gic_state *s)
|
||||||
cm = 1 << cpu;
|
cm = 1 << cpu;
|
||||||
s->current_pending[cpu] = 1023;
|
s->current_pending[cpu] = 1023;
|
||||||
if (!s->enabled || !s->cpu_enabled[cpu]) {
|
if (!s->enabled || !s->cpu_enabled[cpu]) {
|
||||||
qemu_irq_lower(s->parent_irq[cpu]);
|
qemu_irq_lower(s->parent_irq[cpu]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
best_prio = 0x100;
|
best_prio = 0x100;
|
||||||
|
|
Loading…
Reference in New Issue