summaryrefslogtreecommitdiffstats
path: root/util/x86emu/include/x86emu/regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/include/x86emu/regs.h')
-rw-r--r--util/x86emu/include/x86emu/regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/include/x86emu/regs.h b/util/x86emu/include/x86emu/regs.h
index df5c6b2d902e..4b368e462284 100644
--- a/util/x86emu/include/x86emu/regs.h
+++ b/util/x86emu/include/x86emu/regs.h
@@ -279,7 +279,7 @@ typedef struct {
u32 mode;
volatile int intr; /* mask of pending interrupts */
volatile int debug;
-#ifdef DEBUG
+#ifdef CONFIG_DEBUG
int check;
u16 saved_ip;
u16 saved_cs;