X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opnames.h;h=d2633e6bc541bc01118691f43619255642d03bd1;hb=4d7c789858ca4beacd2cf4028e969fabc2a97426;hp=e09cb084d216e4eb0b807a01e089edda660324ae;hpb=fdecdb95df591262b9afbfa09e74e71f92af065a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opnames.h b/opnames.h index e09cb08..d2633e6 100644 --- a/opnames.h +++ b/opnames.h @@ -375,11 +375,12 @@ typedef enum opcode { OP_GETLOGIN, /* 357 */ OP_SYSCALL, /* 358 */ OP_LOCK, /* 359 */ - OP_CUSTOM, /* 360 */ + OP_ONCE, /* 360 */ + OP_CUSTOM, /* 361 */ OP_max } opcode; -#define MAXO 361 +#define MAXO 362 #define OP_phoney_INPUT_ONLY -1 #define OP_phoney_OUTPUT_ONLY -2