aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/ops.h')
-rwxr-xr-xsrc/bytecode/ops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bytecode/ops.h b/src/bytecode/ops.h
index 783d3cf..50d12fe 100755
--- a/src/bytecode/ops.h
+++ b/src/bytecode/ops.h
@@ -5,7 +5,8 @@ typedef enum Ops {
5 // Load/store ops. 5 // Load/store ops.
6 OP_CONSTANT, 6 OP_CONSTANT,
7 OP_DEF, 7 OP_DEF,
8 OP_GET_GLOBAL, 8 OP_SET,
9 OP_GET,
9 // Arithmetic ops. 10 // Arithmetic ops.
10 OP_SUM, 11 OP_SUM,
11 OP_SUB, 12 OP_SUB,