From b9644b4ccda5abee01fd0704ddc42b08b68e5b5d Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 25 Oct 2021 12:37:25 +0200 Subject: Change chunk to store a name --- src/bytecode/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode/main.c') 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) { } #ifdef DEBUG - disassemble_chunk(chunk, "current chunk"); + disassemble_chunk(chunk); #endif // Interpret chunk. -- cgit v1.2.1