aboutsummaryrefslogtreecommitdiff
path: root/src/generator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/generator.c')
-rw-r--r--src/generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.c b/src/generator.c
index 553161a..e4b79e3 100644
--- a/src/generator.c
+++ b/src/generator.c
@@ -13,7 +13,7 @@ void gen_prologue() {
13} 13}
14 14
15void gen_prologue_continue(bool *bss_done) { 15void gen_prologue_continue(bool *bss_done) {
16 if (!*bss_done) return; 16 if (*bss_done) return;
17 17
18 fprintf(output, "format_int db \"%%d\",10,0\n"); 18 fprintf(output, "format_int db \"%%d\",10,0\n");
19 fprintf(output, "format_char db \"%%c\",10,0\n"); 19 fprintf(output, "format_char db \"%%c\",10,0\n");