summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/debug.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2009-06-30 15:24:03 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2009-06-30 15:24:03 +0000
commit6ba36908119757d61f57dfc29a3b90274f2ac34f (patch)
tree7b2e1fd8f7c6b1c0d0aa87334b9e66382350b93c /util/x86emu/yabel/debug.h
parentce314b3f027f1aaee6d1aba9488268c35095bbc4 (diff)
downloadcoreboot-6ba36908119757d61f57dfc29a3b90274f2ac34f.tar.gz
coreboot-6ba36908119757d61f57dfc29a3b90274f2ac34f.tar.bz2
coreboot-6ba36908119757d61f57dfc29a3b90274f2ac34f.zip
commit svn:externals for previous commit (2/2)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1173 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'util/x86emu/yabel/debug.h')
-rw-r--r--util/x86emu/yabel/debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/x86emu/yabel/debug.h b/util/x86emu/yabel/debug.h
index dd088c280120..1ffd42433c2a 100644
--- a/util/x86emu/yabel/debug.h
+++ b/util/x86emu/yabel/debug.h
@@ -73,9 +73,9 @@ static inline void set_ci(void) {};
// set to enable tracing of JMPs in x86emu
#define DEBUG_JMP 0x2000
-//#define DEBUG
-//#undef DEBUG
-#ifdef DEBUG
+//#define CONFIG_DEBUG
+//#undef CONFIG_DEBUG
+#ifdef CONFIG_DEBUG
#define CHECK_DBG(_flag) if (debug_flags & _flag)
@@ -107,7 +107,7 @@ static inline void set_ci(void) {};
#define DEBUG_PRINTF_DISK(_x...)
#define DEBUG_PRINTF_PNP(_x...)
-#endif //DEBUG
+#endif //CONFIG_DEBUG
void dump(u8 * addr, u32 len);