Example #1
0
  private boolean gotoAcrossPC(int pc) {

    int target = gotoBranchPCs.previousSetBit(Integer.MAX_VALUE);
    return (target > pc);
  }