Fix the access exception during page-table walks to match the original access type...
[riscv-isa-sim.git] / riscv / insns / slli.h
1 require(SHAMT < xlen);
2 WRITE_RD(sext_xlen(RS1 << SHAMT));