Revision 02021c3f

b/target-cris/mmu.c
31 31

  
32 32
#ifdef DEBUG
33 33
#define D(x) x
34
#define D_LOG(...) qemu_log(__VA__ARGS__)
34
#define D_LOG(...) qemu_log(__VA_ARGS__)
35 35
#else
36 36
#define D(x)
37 37
#define D_LOG(...) do { } while (0)

Also available in: Unified diff