diff --git a/hw/pci.c b/hw/pci.c index ef134f7e5c506074256ac82df2b685f34af3ed55..1c95f88eb4b9fa4386ec0dd6c05333e13949f892 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -29,7 +29,7 @@ //#define DEBUG_PCI #ifdef DEBUG_PCI -# define PCI_DPRINTF(format, ...) printf(format, __VA_ARGS__) +# define PCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__) #else # define PCI_DPRINTF(format, ...) do { } while (0) #endif