Commit d81fd7220e02c7ddb708fc16e26adfb36f6c430d
1 parent
acce87f9
Move also DEBUG_PCALL (see r5085)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5326 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
1 additions
and
1 deletions
target-sparc/helper.c
| @@ -31,7 +31,6 @@ | @@ -31,7 +31,6 @@ | ||
| 31 | 31 | ||
| 32 | //#define DEBUG_MMU | 32 | //#define DEBUG_MMU |
| 33 | //#define DEBUG_FEATURES | 33 | //#define DEBUG_FEATURES |
| 34 | -//#define DEBUG_PCALL | ||
| 35 | 34 | ||
| 36 | static int cpu_sparc_find_by_name(sparc_def_t *cpu_def, const char *cpu_model); | 35 | static int cpu_sparc_find_by_name(sparc_def_t *cpu_def, const char *cpu_model); |
| 37 | 36 |
target-sparc/op_helper.c
| @@ -10,6 +10,7 @@ | @@ -10,6 +10,7 @@ | ||
| 10 | //#define DEBUG_UNALIGNED | 10 | //#define DEBUG_UNALIGNED |
| 11 | //#define DEBUG_UNASSIGNED | 11 | //#define DEBUG_UNASSIGNED |
| 12 | //#define DEBUG_ASI | 12 | //#define DEBUG_ASI |
| 13 | +//#define DEBUG_PCALL | ||
| 13 | 14 | ||
| 14 | #ifdef DEBUG_MMU | 15 | #ifdef DEBUG_MMU |
| 15 | #define DPRINTF_MMU(fmt, args...) \ | 16 | #define DPRINTF_MMU(fmt, args...) \ |