H-mode no longer exists
[riscv-isa-sim.git] / riscv / processor.h
index 16416a494373a629e9279b62435a645d6bb7d104..87cb6a400e28dff4c4322157ff3a692da5add6c6 100644 (file)
@@ -222,7 +222,6 @@ public:
           (operation == OPERATION_STORE && !state.mcontrol[i].store) ||
           (operation == OPERATION_LOAD && !state.mcontrol[i].load) ||
           (state.prv == PRV_M && !state.mcontrol[i].m) ||
-          (state.prv == PRV_H && !state.mcontrol[i].h) ||
           (state.prv == PRV_S && !state.mcontrol[i].s) ||
           (state.prv == PRV_U && !state.mcontrol[i].u)) {
         continue;