diff --git a/hw/dma.c b/hw/dma.c index bac6d95dfb860cf4b58fa1e6619b161c1a1e3d37..0ebb7533d8de7bf5ec7566e29c184f5a641d527a 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__)