aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opcode.def
diff options
Diffstat (limited to 'opcode.def')
-rw-r--r--opcode.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/opcode.def b/opcode.def
index 7959efaf..1401d988 100644
--- a/opcode.def
+++ b/opcode.def
@@ -33,8 +33,6 @@ OPCODE(FMUL, BADOP, BADOP, BADOP, 2, OPF_TARGET)
OPCODE(FDIV, BADOP, BADOP, BADOP, 2, OPF_TARGET)
/* Logical */
-OPCODE(AND_BOOL, BADOP, BADOP, BADOP, 2, OPF_TARGET)
-OPCODE(OR_BOOL, BADOP, BADOP, BADOP, 2, OPF_TARGET)
OPCODE(AND, BADOP, BADOP, BADOP, 2, OPF_TARGET)
OPCODE(OR, BADOP, BADOP, BADOP, 2, OPF_TARGET)
OPCODE(XOR, BADOP, BADOP, BADOP, 2, OPF_TARGET)