mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Standardised debug mechanism in place now.
This commit is contained in:
@@ -25,13 +25,6 @@
|
||||
/* Local prototypes */
|
||||
static void free_unused_base_memory ( void );
|
||||
|
||||
#undef DBG
|
||||
#ifdef DEBUG_BASEMEM
|
||||
#define DBG(...) printf ( __VA_ARGS__ )
|
||||
#else
|
||||
#define DBG(...)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Return amount of free base memory in bytes
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user