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, 2 insertions, 0 deletions
diff --git a/src/bytecode/ops.h b/src/bytecode/ops.h
index d046ca2..7a43b91 100755
--- a/src/bytecode/ops.h
+++ b/src/bytecode/ops.h
@@ -33,6 +33,8 @@ typedef enum Ops {
33 // Procedures. 33 // Procedures.
34 OP_CALL, 34 OP_CALL,
35 OP_RETURN, 35 OP_RETURN,
36 // Clear stack after each statement.
37 OP_DROP,
36} Ops; 38} Ops;
37 39
38#endif // BDL_OPS_H 40#endif // BDL_OPS_H