aboutsummaryrefslogtreecommitdiff
path: root/riscv/csrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/csrs.h')
-rw-r--r--riscv/csrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/csrs.h b/riscv/csrs.h
index 0920544..c924a52 100644
--- a/riscv/csrs.h
+++ b/riscv/csrs.h
@@ -102,7 +102,7 @@ class pmpaddr_csr_t: public csr_t {
bool subset_match(reg_t addr, reg_t len) const noexcept;
// Is the specified access allowed given the pmpcfg privileges?
- bool access_ok(access_type type, reg_t mode) const noexcept;
+ bool access_ok(access_type type, reg_t mode, bool hlvx) const noexcept;
// To check lock bit status from outside like mseccfg
bool is_locked() const noexcept {