Il 03/09/2014 21:41, Tom Musta ha scritto: >> > + tcg_gen_movcond_tl(cpu_gpr[rD(ctx->opcode)], t1, zero, >> > + true_op, cpu_gpr[rB(ctx->opcode)], TCG_COND_NE); > This doesnt compile for me ... the order of the arguments does not match what > is defined in tcg-op.h. >
It compiles by chance without DEBUG_TCGV. Paolo