qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH for-1.4 03/19] target-ppc: Fix unused variable war


From: Alexander Graf
Subject: Re: [Qemu-ppc] [PATCH for-1.4 03/19] target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
Date: Wed, 30 Jan 2013 11:16:41 +0100

On 27.01.2013, at 14:32, Andreas Färber wrote:

> Signed-off-by: Andreas Färber <address@hidden>

Thanks, applied to ppc-next.

Alex

> ---
> target-ppc/mmu_helper.c |    3 ++-
> 1 Datei geändert, 2 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)
> 
> diff --git a/target-ppc/mmu_helper.c b/target-ppc/mmu_helper.c
> index 14fa25a..ee168f1 100644
> --- a/target-ppc/mmu_helper.c
> +++ b/target-ppc/mmu_helper.c
> @@ -2262,8 +2262,9 @@ void helper_store_601_batu(CPUPPCState *env, uint32_t 
> nr, target_ulong value)
> 
> void helper_store_601_batl(CPUPPCState *env, uint32_t nr, target_ulong value)
> {
> +#if !defined(FLUSH_ALL_TLBS)
>     target_ulong mask;
> -#if defined(FLUSH_ALL_TLBS)
> +#else
>     int do_inval;
> #endif
> 
> -- 
> 1.7.10.4
> 




reply via email to

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