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 8c64d6d..f2024ff 100644
--- a/riscv/processor.h
+++ b/riscv/processor.h
@@ -39,7 +39,7 @@ private:
// functions
void set_sr(uint32_t val);
void set_fsr(uint32_t val);
- void take_trap(trap_t t);
+ void take_trap(trap_t t, bool noisy);
void disasm(insn_t insn, reg_t pc);
friend class sim_t;