From: yajin Date: Wed, 21 Jan 2009 03:28:19 +0000 (+0800) Subject: add DEBUG_ALL flag X-Git-Url: https://repo.or.cz/w/qemu/qemu-JZ.git/commitdiff_plain/c910df064321b05788971c49701070b9208a3976 add DEBUG_ALL flag --- diff --git a/hw/mips_jz.c b/hw/mips_jz.c index ae3a432b87..71d397a85d 100755 --- a/hw/mips_jz.c +++ b/hw/mips_jz.c @@ -52,10 +52,8 @@ #define DEBUG_LCDC (1<<0x5) #define DEBUG_DMA (1<<0x6) #define DEBUG_SADC (1<<0x7) -#define DEBUG_FLAG 0 //(DEBUG_CPM|DEBUG_EMC|DEBUG_GPIO - // | DEBUG_RTC | DEBUG_TCU | DEBUG_LCDC | DEBUG_DMA) - //DEBUG_TCU// (DEBUG_CPM|DEBUG_EMC|DEBUG_GPIO - // | DEBUG_RTC | DEBUG_TCU | DEBUG_LCDC | DEBUG_DMA) +#define DEBUG_ALL (0xffffffff) +#define DEBUG_FLAG DEBUG_ALL #ifdef DEBUG