diff options
Diffstat (limited to 'ld/mri.c')
-rw-r--r-- | ld/mri.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ mri_draw_tree (void) lang_enter_output_section_statement (p->name, base, p->ok_to_load ? normal_section : noload_section, - align, subalign, NULL, 0); + align, subalign, NULL, 0, 0); base = 0; tmp = (struct wildcard_list *) xmalloc (sizeof *tmp); tmp->next = NULL; |