diff options
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__) |