aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bne.h
blob: e832fa14e97fa07a120fff13159a5e6d8a53b86c (plain)
1
2
if (RS1 != RS2)
  set_pc(BRANCH_TARGET);