| Submitter | Isaku Yamahata |
|---|---|
| Date | Oct. 9, 2009, 6:28 a.m. |
| Message ID | <1255069742-15724-2-git-send-email-yamahata@valinux.co.jp> |
| Download | mbox | patch |
| Permalink | /patch/35556/ |
| State | Under Review |
| Headers | show |
Comments
Patch
diff --git a/hw/pci.c b/hw/pci.c index 49651d0..9fd2c38 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