|
|
Revision: 4769
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4769
Author: malc
Date: 2008-06-21 17:15:00 +0000 (Sat, 21 Jun 2008)
Log Message:
-----------
Disable xLaw debugging
Modified Paths:
--------------
trunk/hw/cs4231a.c
Modified: trunk/hw/cs4231a.c
===================================================================
--- trunk/hw/cs4231a.c 2008-06-21 17:14:57 UTC (rev 4768)
+++ trunk/hw/cs4231a.c 2008-06-21 17:15:00 UTC (rev 4769)
@@ -37,7 +37,7 @@
*/
/* #define DEBUG */
-#define DEBUG_XLAW
+/* #define DEBUG_XLAW */
static struct {
int irq;
|
|