aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opcode.def
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.def')
-rw-r--r--opcode.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.def b/opcode.def
index 57d827f4..2583e2f4 100644
--- a/opcode.def
+++ b/opcode.def
@@ -10,6 +10,7 @@ OPCODE(RET, BADOP, BADOP, BADOP, 1, OPF_NONE)
OPCODE(BR, BADOP, BADOP, BADOP, 0, OPF_NONE)
OPCODE(CBR, BADOP, BADOP, BADOP, 1, OPF_NONE)
OPCODE(SWITCH, BADOP, BADOP, BADOP, 1, OPF_NONE)
+OPCODE(UNREACH, BADOP, BADOP, BADOP, 0, OPF_NONE)
OPCODE(COMPUTEDGOTO, BADOP, BADOP, BADOP, 1, OPF_NONE)
OPCODE_RANGE(TERMINATOR, RET, COMPUTEDGOTO)