On 01/26/2014 11:25 AM, Peter Maydell wrote:
> +    do_cmop:
> +        tcg_gen_setcondi_i64(tcg_invert_cond(cond), tcg_rd, tcg_rn, 0);
> +        tcg_gen_subi_i64(tcg_rd, tcg_rd, 1);
> +        break;

Another instance of (!test - 1) instead of -(test).

Otherwise,

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to