aboutsummaryrefslogtreecommitdiff
path: root/riscv/processor.h
diff options
context:
space:
mode:
authorScott Johnson <scott.johnson@arilinc.com>2021-09-20 14:50:08 -0700
committerScott Johnson <scott.johnson@arilinc.com>2021-09-25 23:50:54 -0700
commit3b3fbe6db65b2e7404b05cddd3b795cdf530398e (patch)
treeabe4fb7edbc10a247efedcb5fc62c4d7a7255934 /riscv/processor.h
parent25b0e3fb49544ba2ee9a9374d603567d0549b4ac (diff)
downloadspike-3b3fbe6db65b2e7404b05cddd3b795cdf530398e.zip
spike-3b3fbe6db65b2e7404b05cddd3b795cdf530398e.tar.gz
spike-3b3fbe6db65b2e7404b05cddd3b795cdf530398e.tar.bz2
Convert hgatp to csr_t
Diffstat (limited to 'riscv/processor.h')
-rw-r--r--riscv/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/processor.h b/riscv/processor.h
index b34df1d..d1737c5 100644
--- a/riscv/processor.h
+++ b/riscv/processor.h
@@ -192,7 +192,7 @@ struct state_t
csr_t_p hcounteren;
csr_t_p htval;
csr_t_p htinst;
- reg_t hgatp;
+ csr_t_p hgatp;
sstatus_csr_t_p sstatus;
vsstatus_csr_t_p vsstatus;
csr_t_p vstvec;