On 4 January 2011 15:58, Aurelien Jarno <aurel...@aurel32.net> 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