aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-25 12:37:25 +0200
committerBad Diode <bd@badd10de.dev>2021-10-25 12:37:25 +0200
commitb9644b4ccda5abee01fd0704ddc42b08b68e5b5d (patch)
treeed7d94f6f6ca242574234305c8574797cc6d22b0 /src/bytecode/main.c
parente2c284b57641b5feec9a8d04313b0cd6d556e860 (diff)
downloadbdl-b9644b4ccda5abee01fd0704ddc42b08b68e5b5d.tar.gz
bdl-b9644b4ccda5abee01fd0704ddc42b08b68e5b5d.zip
Change chunk to store a name
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.