diff options
| author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-07 20:51:58 +0000 |
|---|---|---|
| committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-07 20:51:58 +0000 |
| commit | 7ebb5e4139b92e3dfe6dd3e6271244a06ab456c3 (patch) | |
| tree | 47a2c153b869ca8aceb55c081d2580ba78747aff /hw/dma.c | |
| parent | 57ccbabecb4101200a48bfd748a6aa33ff3c27b0 (diff) | |
| download | focaccia-qemu-7ebb5e4139b92e3dfe6dd3e6271244a06ab456c3.tar.gz focaccia-qemu-7ebb5e4139b92e3dfe6dd3e6271244a06ab456c3.zip | |
debug
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@910 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/dma.c')
| -rw-r--r-- | hw/dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/dma.c b/hw/dma.c index bac6d95dfb..0ebb7533d8 100644 --- a/hw/dma.c +++ b/hw/dma.c @@ -23,6 +23,8 @@ */ #include "vl.h" +//#define DEBUG_DMA + #define log(...) fprintf (stderr, "dma: " __VA_ARGS__) #ifdef DEBUG_DMA #define lwarn(...) fprintf (stderr, "dma: " __VA_ARGS__) |