aboutsummaryrefslogtreecommitdiff
path: root/riscv/processor.h
diff options
context:
space:
mode:
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 a8ccac0..7c4c24f 100644
--- a/riscv/processor.h
+++ b/riscv/processor.h
@@ -136,7 +136,7 @@ struct state_t
mseccfg_csr_t_p mseccfg;
- static const int max_pmp = 16;
+ static const int max_pmp = 64;
pmpaddr_csr_t_p pmpaddr[max_pmp];
float_csr_t_p fflags;