On 07/09/2015 02:18 PM, Paolo Bonzini wrote:
On 09/07/2015 10:17, Richard Henderson wrote:+void cpu_sync_bndcs_hf(CPUX86State *env)s/hf/hflags/ :)
Heh. Done.
Why aren't you just using a goto, like if (ret < 0) { goto out; } ret = 0; out: cpu_sync_bndcs_hf(&cpu->env); return ret;
Doh. Done. Thanks, r~