On 19/03/24, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > target/microblaze/helper.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/target/microblaze/helper.c b/target/microblaze/helper.c > index 0a12c4ea94..3f410fc7b5 100644 > --- a/target/microblaze/helper.c > +++ b/target/microblaze/helper.c > @@ -228,7 +228,8 @@ hwaddr mb_cpu_get_phys_page_attrs_debug(CPUState *cs, > vaddr addr, > MemTxAttrs *attrs) > { > MicroBlazeCPU *cpu = MICROBLAZE_CPU(cs); > - target_ulong vaddr, paddr = 0; > + vaddr vaddr; > + hwaddr paddr = 0; > MicroBlazeMMULookup lu; > int mmu_idx = cpu_mmu_index(cs, false); > unsigned int hit; > -- > 2.41.0 > Reviewed-by: Anton Johansson <a...@rev.ng>
- Re: [PATCH-for-9.1 4/8] target/microblaze: Us... Anton Johansson via
- Re: [PATCH-for-9.1 4/8] target/microblaze: Us... Edgar E. Iglesias
- [PATCH-for-9.1 3/8] target/microblaze: Widen vaddr... Philippe Mathieu-Daudé
- Re: [PATCH-for-9.1 3/8] target/microblaze: Wi... Anton Johansson via
- Re: [PATCH-for-9.1 3/8] target/microblaze: Wi... Edgar E. Iglesias
- [PATCH-for-9.1 5/8] target/microblaze: Restrict 64... Philippe Mathieu-Daudé
- Re: [PATCH-for-9.1 5/8] target/microblaze: Re... Anton Johansson via
- Re: [PATCH-for-9.1 5/8] target/microblaze: Re... Edgar E. Iglesias
- Re: [PATCH-for-9.1 5/8] target/microblaze... Philippe Mathieu-Daudé
- [PATCH-for-9.1 2/8] target/microblaze: Use hwaddr/... Philippe Mathieu-Daudé
- Re: [PATCH-for-9.1 2/8] target/microblaze: Us... Anton Johansson via
- Re: [PATCH-for-9.1 2/8] target/microblaze: Us... Edgar E. Iglesias
- Re: [PATCH-for-9.1 0/8] target/microblaze: Sprint ... Philippe Mathieu-Daudé