qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] ARM: wire up the softfloat flush_input_to_z


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 2/2] ARM: wire up the softfloat flush_input_to_zero flag
Date: Tue, 4 Jan 2011 16:18:19 +0000

On 4 January 2011 15:58, Aurelien Jarno <address@hidden> wrote:
> On Mon, Jan 03, 2011 at 04:48:54PM +0000, Peter Maydell wrote:
>> -    i = vfp_exceptbits_to_host((val >> 8) & 0x1f);
>> +    i = vfp_exceptbits_to_host(val);
>
> This change looks correct (using the flag instead of the enable bit),
> but it might be worth mentioning it.

You're right, this is fixing a bug, and I did it completely by accident :-)
(all I thought I was doing was avoiding masking off the new exception
bit...)

I'll pull that change out into its own patch for v2.

-- PMM



reply via email to

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