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 3a9be48220..de230b5a24 100644
--- a/opnames.h
+++ b/opnames.h
@@ -396,10 +396,11 @@ typedef enum opcode {
OP_REFASSIGN = 379,
OP_LVREF = 380,
OP_LVREFSLICE = 381,
+ OP_LVAVREF = 382,
OP_max
} opcode;
-#define MAXO 382
+#define MAXO 383
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because