Revision 001faf32 hw/mips_malta.c

b/hw/mips_malta.c
114 114
//~ #define DEBUG
115 115

  
116 116
#if defined(DEBUG)
117
#  define logout(fmt, args...) fprintf(stderr, "MALTA\t%-24s" fmt, __func__, ##args)
117
#  define logout(fmt, ...) fprintf(stderr, "MALTA\t%-24s" fmt, __func__, ## __VA_ARGS__)
118 118
#else
119
#  define logout(fmt, args...) ((void)0)
119
#  define logout(fmt, ...) ((void)0)
120 120
#endif
121 121

  
122 122
struct _eeprom24c0x_t {

Also available in: Unified diff