On Fri, Mar 20, 2026 at 9:51 AM Philippe Mathieu-Daudé <[email protected]> wrote: > > Rename dump_mmu() to avoid a name clash with other targets: > > $ git grep -w dump_mmu master | fgrep .h > target/m68k/cpu.h:610:void dump_mmu(CPUM68KState *env); > target/ppc/cpu.h:3083:void dump_mmu(CPUPPCState *env); > target/sparc/cpu.h:603:void dump_mmu(CPUSPARCState *env); > target/xtensa/cpu.h:697:void dump_mmu(CPUXtensaState *env); > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/xtensa/cpu.h | 2 +- > target/xtensa/mmu_helper.c | 2 +- > target/xtensa/monitor.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Max Filippov <[email protected]> -- Thanks. -- Max
