Commit d81fd7220e02c7ddb708fc16e26adfb36f6c430d

Authored by blueswir1
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
target-sparc/helper.c
... ... @@ -31,7 +31,6 @@
31 31  
32 32 //#define DEBUG_MMU
33 33 //#define DEBUG_FEATURES
34   -//#define DEBUG_PCALL
35 34  
36 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 10 //#define DEBUG_UNALIGNED
11 11 //#define DEBUG_UNASSIGNED
12 12 //#define DEBUG_ASI
  13 +//#define DEBUG_PCALL
13 14  
14 15 #ifdef DEBUG_MMU
15 16 #define DPRINTF_MMU(fmt, args...) \
... ...