aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/debug.h')
-rwxr-xr-xsrc/bytecode/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bytecode/debug.h b/src/bytecode/debug.h
index 534ff80..1e0d4d6 100755
--- a/src/bytecode/debug.h
+++ b/src/bytecode/debug.h
@@ -36,7 +36,8 @@ static const char* ops_str[] = {
36 [OP_DISPLAY] = "OP_DISPLAY", 36 [OP_DISPLAY] = "OP_DISPLAY",
37 [OP_PRINT] = "OP_PRINT", 37 [OP_PRINT] = "OP_PRINT",
38 [OP_NEWLINE] = "OP_NEWLINE", 38 [OP_NEWLINE] = "OP_NEWLINE",
39 // Return. 39 // Procedures.
40 [OP_CALL] = "OP_CALL",
40 [OP_RETURN] = "OP_RETURN", 41 [OP_RETURN] = "OP_RETURN",
41}; 42};
42 43