On 13/01/2015 19:37, Eduardo Habkost wrote:
>> > +    tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, s_offset + offsetof(XMMReg, 
>> > XMM_Q(1));
>> > +    tcg_gen_st_i64(cpu_tmp1_i64, cpu_env, d_offset + offsetof(XMMReg, 
>> > XMM_Q(1));
> It looks good (I even sent my Reviewed-by line), but:
> 
> target-i386/translate.c:2624:88: error: expected ‘)’ before ‘;’ token
>      tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, s_offset + offsetof(XMMReg, 
> XMM_Q(0));
>                                                                               
>           ^

This sounds familiar.  I had attached the wrong version of the series,
but the only difference is the two extra parentheses.

Paolo

Reply via email to