Skip to content

Commit

Permalink
target-ppc: Move PPC_DUMP_CPU to translate.c
Browse files Browse the repository at this point in the history
There's an opcode handler field dependent on PPC_DUMP_CPU without which
the build fails.

Signed-off-by: Andreas Färber <afaerber@suse.de>
  • Loading branch information
afaerber committed Feb 21, 2013
1 parent 027fa7d commit f3cb008
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions target-ppc/translate.c
Expand Up @@ -33,6 +33,7 @@

/* Include definitions for instructions classes and implementations flags */
//#define PPC_DEBUG_DISAS
#undef PPC_DUMP_CPU
//#define DO_PPC_STATISTICS

#ifdef PPC_DEBUG_DISAS
Expand Down
1 change: 0 additions & 1 deletion target-ppc/translate_init.c
Expand Up @@ -30,7 +30,6 @@
#include "sysemu/arch_init.h"
#include "sysemu/cpus.h"

//#define PPC_DUMP_CPU
//#define PPC_DEBUG_SPR
//#define PPC_DUMP_SPR_ACCESSES
#if defined(CONFIG_USER_ONLY)
Expand Down

0 comments on commit f3cb008

Please sign in to comment.