Revision 5eb98401 hw/arm_gic.c

b/hw/arm_gic.c
35 35

  
36 36
#ifdef DEBUG_GIC
37 37
#define DPRINTF(fmt, ...) \
38
do { printf("arm_gic: " fmt , ## __VA_ARGS__); } while (0)
38
do { fprintf(stderr, "arm_gic: " fmt , ## __VA_ARGS__); } while (0)
39 39
#else
40 40
#define DPRINTF(fmt, ...) do {} while(0)
41 41
#endif

Also available in: Unified diff