We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e187284 commit 707f8baCopy full SHA for 707f8ba
1 file changed
src/iss/arch/riscv_hart_common.h
@@ -1028,7 +1028,7 @@ template <typename BASE = logging::disass> struct riscv_hart_common : public BAS
1028
1029
uint64_t get_instr_count() override { return arch.reg.icount; }
1030
1031
- uint64_t get_pendig_traps() override { return arch.reg.trap_state; }
+ uint64_t get_pending_traps() override { return arch.reg.trap_state; }
1032
1033
uint64_t get_total_cycles() override { return arch.reg.cycle + arch.cycle_offset; }
1034
0 commit comments