aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/x86emu/include/x86emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/vgabios/x86emu/include/x86emu.h')
-rwxr-xr-xutil/vgabios/x86emu/include/x86emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vgabios/x86emu/include/x86emu.h b/util/vgabios/x86emu/include/x86emu.h
index d1133029d4..6ddf39e24d 100755
--- a/util/vgabios/x86emu/include/x86emu.h
+++ b/util/vgabios/x86emu/include/x86emu.h
@@ -155,7 +155,7 @@ void X86EMU_prepareForInt(int num);
void X86EMU_exec(void);
void X86EMU_halt_sys(void);
-#ifdef CONFIG_DEBUG
+#ifdef DEBUG
#define HALT_SYS() \
printk("halt_sys: file %s, line %d\n", __FILE__, __LINE__), \
X86EMU_halt_sys()