aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/main.c')
-rwxr-xr-xsrc/bytecode/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/main.c b/src/bytecode/main.c
index f938e36..d1fbac2 100755
--- a/src/bytecode/main.c
+++ b/src/bytecode/main.c
@@ -53,7 +53,7 @@ process_source(const StringView *source) {
53 } 53 }
54 54
55#ifdef DEBUG 55#ifdef DEBUG
56 disassemble_chunk(chunk, "current chunk"); 56 disassemble_chunk(chunk);
57#endif 57#endif
58 58
59 // Interpret chunk. 59 // Interpret chunk.