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 39fc0bb..d9fcb50 100644
--- a/vm.h
+++ b/vm.h
@@ -52,6 +52,7 @@ typedef enum {
OP_SETGLOBAL,
OP_GETLOCAL,
+ OP_SETLOCAL,
OP_TRUE,
OP_FALSE,