summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hw/hppa/lasi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/lasi.c b/hw/hppa/lasi.c
index 11ca33fba3..5ef36f3f58 100644
--- a/hw/hppa/lasi.c
+++ b/hw/hppa/lasi.c
@@ -231,7 +231,7 @@ static void lasi_reset(DeviceState *dev)
{
LasiState *s = LASI_CHIP(dev);
- s->iar = CPU_HPA + 3;
+ s->iar = 0xFFFB0000 + 3; /* CPU_HPA + 3 */
/* Real time clock (RTC), it's only one 32-bit counter @9000 */
s->rtc = time(NULL);