From c79981ceec3ae1e712aa9c21cba94c152eea2fb5 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 13 Apr 2012 11:39:09 +0000 Subject: [PATCH] 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 --- hw/arm_gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm_gic.c b/hw/arm_gic.c index ba6117adbd..72298b4b41 100644 --- a/hw/arm_gic.c +++ b/hw/arm_gic.c @@ -160,7 +160,7 @@ static void gic_update(gic_state *s) cm = 1 << cpu; s->current_pending[cpu] = 1023; if (!s->enabled || !s->cpu_enabled[cpu]) { - qemu_irq_lower(s->parent_irq[cpu]); + qemu_irq_lower(s->parent_irq[cpu]); return; } best_prio = 0x100; -- 2.11.4.GIT