[xcc] instructions now set PC explicitly
[riscv-isa-sim.git] / riscv / insns / bltu.h
index 186dcbef5c4669d405db435b9df1d6f313274be6..250fd4f9d9dd66bf6cb3e032403ba5219cf333d9 100644 (file)
@@ -1,2 +1,2 @@
 if(cmp_trunc(RS1) < cmp_trunc(RS2))
-  npc = BRANCH_TARGET;
+  set_pc(BRANCH_TARGET);