diff options
Diffstat (limited to 'opnames.h')
-rw-r--r-- | opnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -389,10 +389,11 @@ typedef enum opcode { OP_FC = 372, OP_PADCV = 373, OP_INTROCV = 374, + OP_CLONECV = 375, OP_max } opcode; -#define MAXO 375 +#define MAXO 376 #define OP_FREED MAXO /* the OP_IS_* macros are optimized to a simple range check because |