qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/11] target-mips/gdbstub: remove old CONFIG_SO


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 02/11] target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifdef
Date: Sun, 15 May 2011 15:29:21 +0100

On 15 May 2011 15:13, Aurelien Jarno <address@hidden> 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



reply via email to

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