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