Revision 93fcfe39 target-cris/mmu.c

b/target-cris/mmu.c
32 32

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

Also available in: Unified diff