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
Hello,
In this patch I just add new fields in the CPUX86State struct to store the
exception pointers.
Also I remove unnecessary parameters from cpu_x86_fsave and cpu_x86_frstor
helpers.
Best regards,
Jaume
cpu.h |9 +
1 file changed, 5 insertions(+), 4 deletions(-)
signed-off: ja