Revision 001faf32 hw/sun4m.c

b/hw/sun4m.c
68 68
 */
69 69

  
70 70
#ifdef DEBUG_IRQ
71
#define DPRINTF(fmt, args...)                           \
72
    do { printf("CPUIRQ: " fmt , ##args); } while (0)
71
#define DPRINTF(fmt, ...)                                       \
72
    do { printf("CPUIRQ: " fmt , ## __VA_ARGS__); } while (0)
73 73
#else
74
#define DPRINTF(fmt, args...)
74
#define DPRINTF(fmt, ...)
75 75
#endif
76 76

  
77 77
#define KERNEL_LOAD_ADDR     0x00004000

Also available in: Unified diff