On 08/28/2014 01:44 PM, Jaume Marti Farriol wrote: > -void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32); > -void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32); > +void cpu_x86_fsave(CPUX86State *s, target_ulong ptr); > +void cpu_x86_frstor(CPUX86State *s, target_ulong ptr);
You've split up the patches incorrectly, as you're modifying the prototype but not the implementation. r~