aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/jalr_c.h
blob: dade874cb807d6de6d11c4158d8de1d12d1da4af (plain)
1
2
3
uint32_t temp = npc;
npc = RS1;
RDR = temp;