aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-07-20 19:34:47 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-07-20 19:34:47 +0000
commit85a94f66b2c72a0ea4530de2b412a7cba98ad736 (patch)
tree9b13b505690150b5b18954e788fe0e1fbd14d45d /src/include
parent951f5882e2a713db33c99f93f5730223269e8199 (diff)
Rename some preprocessor symbols. I have no idea why
those symbols were left alone before, after this, they're somewhat more in line with the rest of the tree. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4442 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r--src/include/x86emu/fpu_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/x86emu/fpu_regs.h b/src/include/x86emu/fpu_regs.h
index dbdb67b618..f6e229456b 100644
--- a/src/include/x86emu/fpu_regs.h
+++ b/src/include/x86emu/fpu_regs.h
@@ -40,7 +40,7 @@
#define __X86EMU_FPU_REGS_H
-#if defined(CONFIG_DEBUG) && (DEBUG == 0)
+#if defined(CONFIG_DEBUG) && (CONFIG_DEBUG == 0)
#undef CONFIG_DEBUG
#endif