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... -- PMM