From 254da51f7d4c7ed280895a23be679ad865ed467d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 20 Sep 2014 13:47:58 -0700 Subject: Add refassign op type --- opnames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opnames.h') 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 -- cgit v1.2.1