aboutsummaryrefslogtreecommitdiff
path: root/riscv/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/mmu.h')
-rw-r--r--riscv/mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/mmu.h b/riscv/mmu.h
index 7617367..5fa93ff 100644
--- a/riscv/mmu.h
+++ b/riscv/mmu.h
@@ -354,7 +354,7 @@ private:
}
reg_t pmp_homogeneous(reg_t addr, reg_t len);
- reg_t pmp_ok(reg_t addr, access_type type, reg_t mode);
+ reg_t pmp_ok(reg_t addr, reg_t len, access_type type, reg_t mode);
bool check_triggers_fetch;
bool check_triggers_load;