aboutsummaryrefslogtreecommitdiff
path: root/include/hw/rtc/aspeed_rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/rtc/aspeed_rtc.h')
-rw-r--r--include/hw/rtc/aspeed_rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/rtc/aspeed_rtc.h b/include/hw/rtc/aspeed_rtc.h
index df61e46..596dfeb 100644
--- a/include/hw/rtc/aspeed_rtc.h
+++ b/include/hw/rtc/aspeed_rtc.h
@@ -18,7 +18,7 @@ struct AspeedRtcState {
qemu_irq irq;
uint32_t reg[0x18];
- int offset;
+ int64_t offset;
};