Revision 001faf32 hw/slavio_intctl.c

b/hw/slavio_intctl.c
29 29
//#define DEBUG_IRQ
30 30

  
31 31
#ifdef DEBUG_IRQ
32
#define DPRINTF(fmt, args...) \
33
do { printf("IRQ: " fmt , ##args); } while (0)
32
#define DPRINTF(fmt, ...)                                       \
33
    do { printf("IRQ: " fmt , ## __VA_ARGS__); } while (0)
34 34
#else
35
#define DPRINTF(fmt, args...)
35
#define DPRINTF(fmt, ...)
36 36
#endif
37 37

  
38 38
/*

Also available in: Unified diff