temporary undoing of renaming
[riscv-isa-sim.git] / riscv / insns / jalr_c.h
1 reg_t temp = RS1;
2 RD = npc;
3 set_pc(temp + SIMM);