The PPC_DEBUG_SPR definition was fully removed in commit
61135639821 ("target/ppc: Clean up _spr_register et al").Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/ppc/cpu_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target/ppc/cpu_init.c b/target/ppc/cpu_init.c index c36fd118a99..c809c1f4d89 100644 --- a/target/ppc/cpu_init.c +++ b/target/ppc/cpu_init.c @@ -52,7 +52,6 @@ #endif #include "cpu_init.h" -/* #define PPC_DEBUG_SPR */ /* #define USE_APPLE_GDB */ static const Property powerpc_cpu_properties[] = { -- 2.52.0
