On 09/15/2014 04:17 AM, Pavel Dovgalyuk wrote: > @@ -1006,6 +1006,7 @@ void helper_fstenv(CPUX86State *env, target_ulong ptr, > int data32) > cpu_stw_data(env, ptr + 10, 0); > cpu_stw_data(env, ptr + 12, 0); > } > + update_fp_status(env); > }
Why does this need to update status? All the reset looks good. r~