From ac2170572dc0ca66736a1b979605ad983a4909a3 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 30 Jun 2012 22:29:28 -0700 Subject: padcv 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 53699fd5d9..d8c9f64e0c 100644 --- a/opnames.h +++ b/opnames.h @@ -387,10 +387,11 @@ typedef enum opcode { OP_COREARGS = 370, OP_RUNCV = 371, OP_FC = 372, + OP_PADCV = 373, OP_max } opcode; -#define MAXO 373 +#define MAXO 374 #define OP_FREED MAXO /* the OP_IS_* macros are optimized to a simple range check because -- cgit v1.2.1