Revision 001faf32 hw/heathrow_pic.c

b/hw/heathrow_pic.c
29 29
//#define DEBUG_PIC
30 30

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

  
38 38
typedef struct HeathrowPIC {

Also available in: Unified diff