On Sun, May 15, 2011 at 03:29:21PM +0100, Peter Maydell wrote:
> On 15 May 2011 15:13, Aurelien Jarno <aurel...@aurel32.net> wrote:
> > target-mips has been switched to softfloat only long ago, but a
> > few #ifdef CONFIG_SOFTFLOAT have been forgotten. Remove them.
> 
> > -#ifndef CONFIG_SOFTFLOAT
> >             /* no floating point exception for native float */
> >             SET_FP_ENABLE(env->active_fpu.fcr31, 0);
> > -#endif
> 
> Shouldn't the whole of this section be removed? This is
> an #ifndef, not a #ifdef...
> 

Yes good catch, it's a mistake from my side. I have fixed it locally,
I'll send it at the same time of the next version of the series.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net

Reply via email to