summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index 8fa72a1..6329655 100644
--- a/vm.h
+++ b/vm.h
@@ -39,6 +39,7 @@ typedef enum {
OP_RET,
OP_LOADK,
OP_PUTS,
+ OP_PRINT,
OP_ADD,
OP_SUB,