Merge pull request #177 from riscv/debug_auth
[riscv-isa-sim.git] / riscv / insns / bgeu.h
1 if(RS1 >= RS2)
2 set_pc(BRANCH_TARGET);