提交 b879f308 编写于 作者: R Richard Henderson

tcg-s390: Fix merge error in tgen_brcond

When the TCG condition codes were re-organized last year,
we failed to update all of the "old-style" tests for unsigned.
Signed-off-by: NRichard Henderson <rth@twiddle.net>
上级 78c9f7c5
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册