Ignore JALR's effective address LSB
[riscv-isa-sim.git] / riscv / insns / jalr.h
1 reg_t temp = RS1;
2 RD = npc;
3 set_pc((temp + SIMM) & ~1);