summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/debug.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2009-03-01 19:23:02 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2009-03-01 19:23:02 +0000
commit10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd (patch)
tree010f988a08c32236f0d2581358d51faedf2db321 /util/x86emu/yabel/debug.c
parentbe57458c77a5675d676859fb32031babb609c8a8 (diff)
downloadcoreboot-10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd.tar.gz
coreboot-10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd.tar.bz2
coreboot-10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd.zip
Trivial patch to make v3 compile too.
Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1142 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'util/x86emu/yabel/debug.c')
-rw-r--r--util/x86emu/yabel/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/yabel/debug.c b/util/x86emu/yabel/debug.c
index c3768fcc5aa4..e3374ba8c88c 100644
--- a/util/x86emu/yabel/debug.c
+++ b/util/x86emu/yabel/debug.c
@@ -10,7 +10,7 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-#if !COREBOOT_V2
+#ifndef COREBOOT_V2
#include <cpu.h>
#endif