summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vmop.h b/vmop.h
index 1ea531b3..70e166e3 100644
--- a/vmop.h
+++ b/vmop.h
@@ -51,7 +51,8 @@ typedef enum { /* do NOT start at 0 to detect uninitialized types after calloc(
opcode_PUSHSYSVAR = 1001, /* requires var operand */
opcode_PUSHMSGVAR = 1002, /* requires var operand */
opcode_PUSHCONSTANT = 1003, /* requires var operand */
- opcode_UNARY_MINUS = 1010
+ opcode_UNARY_MINUS = 1010,
+ opcode_END_PROG = 1011
} opcode_t;