mirror of https://gitee.com/openkylin/qemu.git
ppc4xx: Disable debug logging by default
Debug logs were left enabled in ppc4xx_devs.c whereas in other files these are normally not enabled. Disable it here as well. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
fea35ca4b8
commit
a0557225fe
|
@ -32,8 +32,7 @@
|
|||
#include "exec/address-spaces.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
#define DEBUG_UIC
|
||||
|
||||
/*#define DEBUG_UIC*/
|
||||
|
||||
#ifdef DEBUG_UIC
|
||||
# define LOG_UIC(...) qemu_log_mask(CPU_LOG_INT, ## __VA_ARGS__)
|
||||
|
|
Loading…
Reference in New Issue