summaryrefslogtreecommitdiff
path: root/src/devices/emulator/x86emu/ops2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/emulator/x86emu/ops2.c')
-rw-r--r--src/devices/emulator/x86emu/ops2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/emulator/x86emu/ops2.c b/src/devices/emulator/x86emu/ops2.c
index 6afd36e2e9..448d968570 100644
--- a/src/devices/emulator/x86emu/ops2.c
+++ b/src/devices/emulator/x86emu/ops2.c
@@ -61,7 +61,7 @@ void x86emuOp2_illegal_op(
END_OF_INSTR();
}
-#define xorl(a,b) ((a) && !(b)) || (!(a) && (b))
+#define xorl(a,b) (((a) && !(b)) || (!(a) && (b)))
/****************************************************************************
REMARKS: