diff options
Diffstat (limited to 'include/hw/rtc/aspeed_rtc.h')
-rw-r--r-- | include/hw/rtc/aspeed_rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/rtc/aspeed_rtc.h b/include/hw/rtc/aspeed_rtc.h index df61e46059..596dfebb46 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; }; |