diff options
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/helper.c | 1 | ||||
-rw-r--r-- | target-sparc/op_helper.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index 14014805d4..ab96428388 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -31,7 +31,6 @@ //#define DEBUG_MMU //#define DEBUG_FEATURES -//#define DEBUG_PCALL static int cpu_sparc_find_by_name(sparc_def_t *cpu_def, const char *cpu_model); diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 7901403e8e..64b56e3864 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -10,6 +10,7 @@ //#define DEBUG_UNALIGNED //#define DEBUG_UNASSIGNED //#define DEBUG_ASI +//#define DEBUG_PCALL #ifdef DEBUG_MMU #define DPRINTF_MMU(fmt, args...) \ |