From 055ae42d36d9d78a7920f66ee2df485d81d24264 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 27 Jul 2010 11:34:16 -0700 Subject: Better separation of UI and Core sources for framebuffer emulation. + new document under docs/DISPLAY-STATE.TXT to explain what's happening. Change-Id: Ia0d233377266212da49af932c7528f46f5feb92d --- hw/goldfish_events_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/goldfish_events_device.c') diff --git a/hw/goldfish_events_device.c b/hw/goldfish_events_device.c index 9e98dac..3f5bf0b 100644 --- a/hw/goldfish_events_device.c +++ b/hw/goldfish_events_device.c @@ -102,7 +102,7 @@ static void enqueue_event(events_state *s, unsigned int type, unsigned int code, return; } - if(s->first == s->last){ + if(s->first == s->last) { qemu_irq_raise(s->irq); } -- cgit v1.1