Fix the access exception during page-table walks to match the original access type...
[riscv-isa-sim.git] / riscv / insns / bltu.h
1 if(RS1 < RS2)
2 set_pc(BRANCH_TARGET);