aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/debug.h')
-rwxr-xr-xsrc/bytecode/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bytecode/debug.h b/src/bytecode/debug.h
index 1e0d4d6..8c4a2eb 100755
--- a/src/bytecode/debug.h
+++ b/src/bytecode/debug.h
@@ -39,6 +39,8 @@ static const char* ops_str[] = {
39 // Procedures. 39 // Procedures.
40 [OP_CALL] = "OP_CALL", 40 [OP_CALL] = "OP_CALL",
41 [OP_RETURN] = "OP_RETURN", 41 [OP_RETURN] = "OP_RETURN",
42 // Clear stack after each statement.
43 [OP_DROP] = "OP_DROP",
42}; 44};
43 45
44void 46void