summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/opnames.h b/opnames.h
index 07626d438d..26c3ba1906 100644
--- a/opnames.h
+++ b/opnames.h
@@ -381,10 +381,13 @@ typedef enum opcode {
OP_LOCK = 363,
OP_ONCE = 364,
OP_CUSTOM = 365,
+ OP_REACH = 366,
+ OP_RKEYS = 367,
+ OP_RVALUES = 368,
OP_max
} opcode;
-#define MAXO 366
+#define MAXO 369
#define OP_phoney_INPUT_ONLY -1
#define OP_phoney_OUTPUT_ONLY -2