This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / util / vgabios / x86emu / include / x86emu / regs.h
index e77c56435b80eed94e47957c1bc16c94d652f23b..ba6ea1ce2d27c8568cd7474641d45f0e18ca74ba 100755 (executable)
@@ -275,7 +275,7 @@ typedef struct {
     u32                         mode;
     volatile int                intr;   /* mask of pending interrupts */
        int                         debug;
-#ifdef DEBUG
+#ifdef CONFIG_DEBUG
        int                         check;
     u16                         saved_ip;
     u16                         saved_cs;