http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0239eb
)
Force a standard format upon debug messages.
author
Michael Brown
<mcb30@etherboot.org>
Thu, 21 Apr 2005 18:16:54 +0000
(18:16 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 21 Apr 2005 18:16:54 +0000
(18:16 +0000)
src/include/compiler.h
patch
|
blob
|
history
diff --git
a/src/include/compiler.h
b/src/include/compiler.h
index
58422d6
..
80b762c
100644
(file)
--- a/
src/include/compiler.h
+++ b/
src/include/compiler.h
@@
-46,7
+46,7
@@
__asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
#define DEBUG_SYMBOL _H2 ( debug_, OBJECT )
#if DEBUG_SYMBOL
#include "console.h"
-#define DBG(...) printf ( __VA_ARGS__ )
+#define DBG(...) printf ( _
XSTR ( OBJECT ) ": " _
_VA_ARGS__ )
#define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
__asm__ ( ".equ\tWITH_DEBUG_MESSAGES, 0" );
#else