aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/beq.h
blob: 3d2c9758d3694bc5f8176b3f101a29a82f886c57 (plain)
1
2
if (RS1 == RS2)
  set_pc(BRANCH_TARGET);