aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/ops.h')
-rwxr-xr-xsrc/bytecode/ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/ops.h b/src/bytecode/ops.h
index d45c27e..a43aed6 100755
--- a/src/bytecode/ops.h
+++ b/src/bytecode/ops.h
@@ -7,7 +7,7 @@ typedef enum Ops {
7 OP_LOCAL, 7 OP_LOCAL,
8 OP_CAPTURED, 8 OP_CAPTURED,
9 OP_CAPTURE_LOCAL, 9 OP_CAPTURE_LOCAL,
10 // OP_SET_CAPTURED, 10 OP_SET_CAPTURED,
11 OP_DEF_LOCAL, 11 OP_DEF_LOCAL,
12 OP_SET_LOCAL, 12 OP_SET_LOCAL,
13 OP_DEF, 13 OP_DEF,