summaryrefslogtreecommitdiffstats
path: root/include/hw/intc/riscv_aclint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/intc/riscv_aclint.h')
-rw-r--r--include/hw/intc/riscv_aclint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/intc/riscv_aclint.h b/include/hw/intc/riscv_aclint.h
index 229bd08d25..26d4048687 100644
--- a/include/hw/intc/riscv_aclint.h
+++ b/include/hw/intc/riscv_aclint.h
@@ -31,6 +31,7 @@
typedef struct RISCVAclintMTimerState {
/*< private >*/
SysBusDevice parent_obj;
+ uint64_t time_delta;
/*< public >*/
MemoryRegion mmio;