summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 13:55:57 +0200
committerMichael Brown2005-04-14 13:55:57 +0200
commit44c7cc8c1263c32fcad6f4b326666b4020222c21 (patch)
treea229e0ed7f8a52f7c2e7f2e4928820cc3c9a8035 /src/core
parentcompiler.h is now always included on the command line. (diff)
downloadipxe-44c7cc8c1263c32fcad6f4b326666b4020222c21.tar.gz
ipxe-44c7cc8c1263c32fcad6f4b326666b4020222c21.tar.xz
ipxe-44c7cc8c1263c32fcad6f4b326666b4020222c21.zip
Standardised debug mechanism in place now.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/pxe_export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pxe_export.c b/src/core/pxe_export.c
index 991c3786..f1f7c5e3 100644
--- a/src/core/pxe_export.c
+++ b/src/core/pxe_export.c
@@ -35,6 +35,7 @@
#include "cpu.h"
#include "timer.h"
+#undef DBG
#if TRACE_PXE
#define DBG(...) printf ( __VA_ARGS__ )
#else