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 5eacaea..d046ca2 100755
--- a/src/bytecode/ops.h
+++ b/src/bytecode/ops.h
@@ -30,7 +30,8 @@ typedef enum Ops {
30 OP_DISPLAY, 30 OP_DISPLAY,
31 OP_PRINT, 31 OP_PRINT,
32 OP_NEWLINE, 32 OP_NEWLINE,
33 // Return. 33 // Procedures.
34 OP_CALL,
34 OP_RETURN, 35 OP_RETURN,
35} Ops; 36} Ops;
36 37