aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/include/x86emu/fpu_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/include/x86emu/fpu_regs.h')
-rw-r--r--src/device/oprom/include/x86emu/fpu_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/include/x86emu/fpu_regs.h b/src/device/oprom/include/x86emu/fpu_regs.h
index 7c7df8562b..f49fb1dd39 100644
--- a/src/device/oprom/include/x86emu/fpu_regs.h
+++ b/src/device/oprom/include/x86emu/fpu_regs.h
@@ -102,7 +102,7 @@ struct x86_fpu_registers {
#endif /* X86_FPU_SUPPORT */
-#if CONFIG_X86EMU_DEBUG
+#if IS_ENABLED(CONFIG_X86EMU_DEBUG)
# define DECODE_PRINTINSTR32(t,mod,rh,rl) \
DECODE_PRINTF(t[(mod<<3)+(rh)]);
# define DECODE_PRINTINSTR256(t,mod,rh,rl) \