mirror of
https://github.com/ipxe/ipxe
synced 2026-01-06 03:42:11 +03:00
Standardised debug mechanism in place now.
This commit is contained in:
@@ -42,13 +42,6 @@ extern char _end[];
|
||||
extern struct post_reloc_fn post_reloc_fns[];
|
||||
extern struct post_reloc_fn post_reloc_fns_end[];
|
||||
|
||||
#undef DBG
|
||||
#ifdef DEBUG_RELOCATE
|
||||
#define DBG(...) printf ( __VA_ARGS__ )
|
||||
#else
|
||||
#define DBG(...)
|
||||
#endif
|
||||
|
||||
static void relocate ( void ) {
|
||||
unsigned long addr, eaddr, size;
|
||||
unsigned i;
|
||||
|
||||
Reference in New Issue
Block a user