[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH for-1.4 07/19] target-sparc: Fix debug output fo
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [PATCH for-1.4 07/19] target-sparc: Fix debug output for DEBUG_MMU |
Date: |
Thu, 14 Feb 2013 16:46:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 |
Blue,
Am 27.01.2013 14:32, schrieb Andreas Färber:
> Signed-off-by: Andreas Färber <address@hidden>
> ---
> target-sparc/ldst_helper.c | 2 +-
> 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
>
> diff --git a/target-sparc/ldst_helper.c b/target-sparc/ldst_helper.c
> index cf1bddf..7decd66 100644
> --- a/target-sparc/ldst_helper.c
> +++ b/target-sparc/ldst_helper.c
> @@ -1850,7 +1850,7 @@ void helper_st_asi(CPUSPARCState *env, target_ulong
> addr, target_ulong val,
> DPRINTF_MMU("LSU change: 0x%" PRIx64 " -> 0x%" PRIx64 "\n",
> oldreg, env->lsu);
> #ifdef DEBUG_MMU
> - dump_mmu(stdout, fprintf, env1);
> + dump_mmu(stdout, fprintf, env);
> #endif
> tlb_flush(env, 1);
> }
This patch was not applied to master. Was that an oversight or is
something wrong with it? (Preparing a v2 series for 1.5.)
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- Re: [Qemu-devel] [PATCH for-1.4 07/19] target-sparc: Fix debug output for DEBUG_MMU,
Andreas Färber <=