sim-card
/
qemu
Archived
10
0
Fork 0
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@910 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-06-07 20:51:58 +00:00
parent 57ccbabecb
commit 7ebb5e4139
1 changed files with 2 additions and 0 deletions

View File

@ -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__)