aboutsummaryrefslogtreecommitdiff
path: root/src/include/x86emu/fpu_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/x86emu/fpu_regs.h')
-rw-r--r--src/include/x86emu/fpu_regs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/x86emu/fpu_regs.h b/src/include/x86emu/fpu_regs.h
index 56e9a04d75..67a82d8a05 100644
--- a/src/include/x86emu/fpu_regs.h
+++ b/src/include/x86emu/fpu_regs.h
@@ -39,6 +39,11 @@
#ifndef __X86EMU_FPU_REGS_H
#define __X86EMU_FPU_REGS_H
+
+#if defined(DEBUG) && (DEBUG == 0)
+#undef DEBUG
+#endif
+
#ifdef X86_FPU_SUPPORT
#pragma pack(1)