aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/debug.h')
-rwxr-xr-xsrc/bytecode/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/debug.h b/src/bytecode/debug.h
index 52cf431..52b237a 100755
--- a/src/bytecode/debug.h
+++ b/src/bytecode/debug.h
@@ -9,6 +9,7 @@ size_t disassemble_instruction(Chunk *chunk, size_t offset);
9static const char* ops_str[] = { 9static const char* ops_str[] = {
10 // Load/store ops. 10 // Load/store ops.
11 [OP_CONSTANT] = "OP_CONSTANT", 11 [OP_CONSTANT] = "OP_CONSTANT",
12 [OP_DEF] = "OP_DEF",
12 // Arithmetic ops. 13 // Arithmetic ops.
13 [OP_SUM] = "OP_SUM", 14 [OP_SUM] = "OP_SUM",
14 [OP_SUB] = "OP_SUB", 15 [OP_SUB] = "OP_SUB",