AMD-8111: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / lib / malloc.c
index ac038ecd44f00473f34ad553b2353dd9407db6c6..3cedc8f82fbbbc883164334ace9320d5d77a88fc 100644 (file)
@@ -4,7 +4,7 @@
 #if CONFIG_DEBUG_MALLOC
 #define MALLOCDBG(x...) printk(BIOS_SPEW, x)
 #else
-#define MALLOCDBG(x)
+#define MALLOCDBG(x...)
 #endif
 
 extern unsigned char _heap, _eheap;