aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv/riscv_hart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/riscv/riscv_hart.h')
-rw-r--r--include/hw/riscv/riscv_hart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/riscv/riscv_hart.h b/include/hw/riscv/riscv_hart.h
index 9be1fd80ed..ac2cb62e1b 100644
--- a/include/hw/riscv/riscv_hart.h
+++ b/include/hw/riscv/riscv_hart.h
@@ -39,6 +39,7 @@ struct RISCVHartArrayState {
uint32_t num_harts;
uint32_t hartid_base;
char *cpu_type;
+ uint64_t resetvec;
RISCVCPU *harts;
};