mirror of https://gitee.com/openkylin/qemu.git
Move also DEBUG_PCALL (see r5085)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5326 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
acce87f92b
commit
d81fd7220e
|
@ -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);
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
//#define DEBUG_UNALIGNED
|
||||
//#define DEBUG_UNASSIGNED
|
||||
//#define DEBUG_ASI
|
||||
//#define DEBUG_PCALL
|
||||
|
||||
#ifdef DEBUG_MMU
|
||||
#define DPRINTF_MMU(fmt, args...) \
|
||||
|
|
Loading…
Reference in New Issue