aboutsummaryrefslogtreecommitdiff
path: root/tcccoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcccoff.c')
-rw-r--r--tcccoff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcccoff.c b/tcccoff.c
index ddb296d..0dcbe50 100644
--- a/tcccoff.c
+++ b/tcccoff.c
@@ -84,6 +84,8 @@ int tcc_output_coff(TCCState *s1, FILE *f)
Section *stext, *sdata, *sbss;
int i, NSectionsToOutput = 0;
+ Coff_str_table = pCoff_str_table = NULL;
+
stext = FindSection(s1, ".text");
sdata = FindSection(s1, ".data");
sbss = FindSection(s1, ".bss");