summaryrefslogtreecommitdiff
path: root/output/outbin.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outbin.c')
-rw-r--r--output/outbin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/output/outbin.c b/output/outbin.c
index 4012cc9c..97a29a89 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. */