Comment 1 for bug 931940

Revision history for this message
Daniel Forsgren (daniel-forsgren) wrote :

Something like this?

--- original/qemu-linaro-1.0.50-2012.02/hw/pl031.c 2012-02-08 23:35:33.000000000 +0100
+++ qemu-linaro-1.0.50-2012.02/hw/pl031.c 2012-02-14 10:01:39.722727211 +0100
@@ -76,7 +76,7 @@
 {
     pl031_state *s = (pl031_state *)opaque;

- s->im = 1;
+ s->is = 1;
     DPRINTF("Alarm raised\n");
     pl031_update(s);
 }