Loading tcg/s390/tcg-target.c +1 −1 Original line number Diff line number Diff line Loading @@ -1231,7 +1231,7 @@ static void tgen_brcond(TCGContext *s, TCGType type, TCGCond c, int cc; if (facilities & FACILITY_GEN_INST_EXT) { bool is_unsigned = (c > TCG_COND_GT); bool is_unsigned = is_unsigned_cond(c); bool in_range; S390Opcode opc; Loading Loading
tcg/s390/tcg-target.c +1 −1 Original line number Diff line number Diff line Loading @@ -1231,7 +1231,7 @@ static void tgen_brcond(TCGContext *s, TCGType type, TCGCond c, int cc; if (facilities & FACILITY_GEN_INST_EXT) { bool is_unsigned = (c > TCG_COND_GT); bool is_unsigned = is_unsigned_cond(c); bool in_range; S390Opcode opc; Loading