summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opnames.h b/opnames.h
index 1e7ac3c93a..0bb9d816df 100644
--- a/opnames.h
+++ b/opnames.h
@@ -385,10 +385,11 @@ typedef enum opcode {
OP_REACH = 368,
OP_RKEYS = 369,
OP_RVALUES = 370,
+ OP_COREARGS = 371,
OP_max
} opcode;
-#define MAXO 371
+#define MAXO 372
/* the OP_IS_(SOCKET|FILETEST) macros are optimized to a simple range
check because all the member OPs are contiguous in opcode.pl