From 3b3fbe6db65b2e7404b05cddd3b795cdf530398e Mon Sep 17 00:00:00 2001 From: Scott Johnson Date: Mon, 20 Sep 2021 14:50:08 -0700 Subject: Convert hgatp to csr_t --- riscv/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/processor.h') 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; -- cgit v1.1