debug
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@910 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
57ccbabecb
commit
7ebb5e4139
2
hw/dma.c
2
hw/dma.c
@ -23,6 +23,8 @@
|
|||||||
*/
|
*/
|
||||||
#include "vl.h"
|
#include "vl.h"
|
||||||
|
|
||||||
|
//#define DEBUG_DMA
|
||||||
|
|
||||||
#define log(...) fprintf (stderr, "dma: " __VA_ARGS__)
|
#define log(...) fprintf (stderr, "dma: " __VA_ARGS__)
|
||||||
#ifdef DEBUG_DMA
|
#ifdef DEBUG_DMA
|
||||||
#define lwarn(...) fprintf (stderr, "dma: " __VA_ARGS__)
|
#define lwarn(...) fprintf (stderr, "dma: " __VA_ARGS__)
|
||||||
|
Loading…
Reference in New Issue
Block a user