This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / util / vgabios / x86emu / include / x86emu.h
index 6ddf39e24dc80a71d90e8cf6e1d4b189f827f6af..d1133029d44aa691c503d089215ee10a29a7a0c8 100755 (executable)
@@ -155,7 +155,7 @@ void        X86EMU_prepareForInt(int num);
 void   X86EMU_exec(void);
 void   X86EMU_halt_sys(void);
 
-#ifdef DEBUG
+#ifdef CONFIG_DEBUG
 #define        HALT_SYS()      \
        printk("halt_sys: file %s, line %d\n", __FILE__, __LINE__), \
        X86EMU_halt_sys()