On misaligned fetch, set EPC to target, not branch itself
[riscv-isa-sim.git] / riscv / insns / jal.h
1 reg_t tmp = npc;
2 set_pc(JUMP_TARGET);
3 WRITE_RD(tmp);