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 d8c9f64e0c..b99fb8f204 100644
--- a/opnames.h
+++ b/opnames.h
@@ -388,10 +388,11 @@ typedef enum opcode {
OP_RUNCV = 371,
OP_FC = 372,
OP_PADCV = 373,
+ OP_INTROCV = 374,
OP_max
} opcode;
-#define MAXO 374
+#define MAXO 375
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because