diff options
Diffstat (limited to 'output/outbin.c')
-rw-r--r-- | output/outbin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/output/outbin.c b/output/outbin.c index 4012cc9..97a29a8 100644 --- a/output/outbin.c +++ b/output/outbin.c @@ -214,6 +214,10 @@ static struct Section *create_section(char *name) last_section->follows = last_section->vfollows = 0; last_section->length = 0; last_section->flags = 0; + last_section->align = 0; + last_section->valign = 0; + last_section->start = 0; + last_section->vstart = 0; last_section->next = NULL; /* Register our sections with NASM. */ |