diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-21 17:15:00 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-21 17:15:00 +0000 |
commit | 77599a1f7aa96370e8690652cc943f2208049f6c (patch) | |
tree | 04d35ab80c07c4aed83841eae097d2ea02d0bd2b /hw/cs4231a.c | |
parent | 7a24c80011d50c1716e84ab70de097caa201746f (diff) | |
download | qemu-77599a1f7aa96370e8690652cc943f2208049f6c.tar.gz qemu-77599a1f7aa96370e8690652cc943f2208049f6c.tar.bz2 qemu-77599a1f7aa96370e8690652cc943f2208049f6c.zip |
Disable xLaw debugging
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4769 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/cs4231a.c')
-rw-r--r-- | hw/cs4231a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cs4231a.c b/hw/cs4231a.c index a18a1424e8..75529089f6 100644 --- a/hw/cs4231a.c +++ b/hw/cs4231a.c @@ -37,7 +37,7 @@ */ /* #define DEBUG */ -#define DEBUG_XLAW +/* #define DEBUG_XLAW */ static struct { int irq; |