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 68ce927cd9..52c29b5eb4 100644
--- a/opnames.h
+++ b/opnames.h
@@ -393,10 +393,11 @@ typedef enum opcode {
OP_INTROCV = 376,
OP_CLONECV = 377,
OP_PADRANGE = 378,
+ OP_REFASSIGN = 379,
OP_max
} opcode;
-#define MAXO 379
+#define MAXO 380
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because