qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 2/8] target-i386: x87 exception pointers usin


From: Jaume Martí
Subject: Re: [Qemu-devel] [PATCH v2 2/8] target-i386: x87 exception pointers using TCG.
Date: Sat, 30 Aug 2014 23:40:51 +0200

Hello,

I thought that it was more readable with 2 boolean arguments, but I will encode them into a single argument. Also, on fxsave and fxrstor helpers I will encode the data32 and data64 parmeters into a single one.

Best regards,
Jaume

On Sat, Aug 30, 2014 at 12:57 AM, Richard Henderson <address@hidden> wrote:
On 08/28/2014 01:44 PM, Jaume Marti Farriol wrote:
> -void helper_fstenv(CPUX86State *env, target_ulong ptr, int data32)
> +void helper_fstenv(CPUX86State *env, target_ulong ptr, int data32,
> +                   int protected_mode)

You ought not need two arguments here.  All of the formats are mutually
exclusive, so can be encoded into a single argument, replacing data32.


r~


reply via email to

[Prev in Thread] Current Thread [Next in Thread]