Revision 001faf32 hw/cs4231.c

b/hw/cs4231.c
46 46
#define CS_CDC_VER 0x8a
47 47

  
48 48
#ifdef DEBUG_CS
49
#define DPRINTF(fmt, args...)                           \
50
    do { printf("CS: " fmt , ##args); } while (0)
49
#define DPRINTF(fmt, ...)                                       \
50
    do { printf("CS: " fmt , ## __VA_ARGS__); } while (0)
51 51
#else
52
#define DPRINTF(fmt, args...)
52
#define DPRINTF(fmt, ...)
53 53
#endif
54 54

  
55 55
static void cs_reset(void *opaque)

Also available in: Unified diff