http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f394c2
)
Make DBG_DISCARD correct
author
Michael Brown
<mcb30@etherboot.org>
Thu, 1 Jun 2006 12:11:09 +0000
(12:11 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 1 Jun 2006 12:11:09 +0000
(12:11 +0000)
src/include/compiler.h
patch
|
blob
|
history
diff --git
a/src/include/compiler.h
b/src/include/compiler.h
index
08a2d36
..
f2e63f1
100644
(file)
--- a/
src/include/compiler.h
+++ b/
src/include/compiler.h
@@
-124,7
+124,7
@@
__asm__ ( ".equ\tDEBUG_LEVEL, " DEBUG_SYMBOL_STR );
#endif
#define DBG_PRINT(...) printf ( __VA_ARGS__ )
-#define DBG_DISCARD(...)
+#define DBG_DISCARD(...)
do {} while ( 0 )
#define DBG DBG_DISCARD
#define DBG2 DBG_DISCARD