[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 2/3] target/ppc: fmadd: add macro for updating fla
From: |
Nikunj Dadhania |
Subject: |
Re: [Qemu-ppc] [PATCH 2/3] target/ppc: fmadd: add macro for updating flags |
Date: |
Sat, 4 Mar 2017 19:12:02 +0530 |
On 4 March 2017 at 00:45, Richard Henderson <address@hidden> wrote:
> On 03/03/2017 05:58 PM, Nikunj A Dadhania wrote:
>>
>> +#define FPU_MADDSUB_UPDATE(name, tp) \
>> +static void name(CPUPPCState *env, float64 arg1, \
>> + float64 arg2, float64 arg3, \
>> + unsigned int madd_flags) \
>
>
> Use ALL CAPS for macro arguments which you paste.
Sure.
> You forgot to use TP for arg{1,2,3}.
Right, will correct it.
Regards
Nikunj