aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/ops.h')
-rwxr-xr-xsrc/bytecode/ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/ops.h b/src/bytecode/ops.h
index 7a43b91..501a37f 100755
--- a/src/bytecode/ops.h
+++ b/src/bytecode/ops.h
@@ -4,6 +4,7 @@
4typedef enum Ops { 4typedef enum Ops {
5 // Load/store ops. 5 // Load/store ops.
6 OP_CONSTANT, 6 OP_CONSTANT,
7 OP_LOCAL,
7 OP_DEF, 8 OP_DEF,
8 OP_SET, 9 OP_SET,
9 OP_GET, 10 OP_GET,