aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_hpmevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_emulator/riscv_hpmevents.c')
-rw-r--r--c_emulator/riscv_hpmevents.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c_emulator/riscv_hpmevents.c b/c_emulator/riscv_hpmevents.c
index 5c661ba..131b65d 100644
--- a/c_emulator/riscv_hpmevents.c
+++ b/c_emulator/riscv_hpmevents.c
@@ -61,7 +61,6 @@ unit riscv_write_mhpmevent(mach_bits regidx, mach_bits new_event_id, mach_bits p
for (int eid = 0; eid < E_last; eid++) {
if (event_map[eid].count > 1) {
usable = false;
- break;
}
}
usable_event_map = usable;