aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unexw32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexw32.c b/src/unexw32.c
index f4183dc976f..54224858a85 100644
--- a/src/unexw32.c
+++ b/src/unexw32.c
@@ -465,6 +465,7 @@ get_section_info (file_data *p_infile)
465 bss_start = min (bss_start, bss_start_static); 465 bss_start = min (bss_start, bss_start_static);
466 bss_size = max (my_endbss, my_endbss_static) - bss_start; 466 bss_size = max (my_endbss, my_endbss_static) - bss_start;
467 bss_section_static = 0; 467 bss_section_static = 0;
468 extra_bss_size = max (extra_bss_size, extra_bss_size_static);
468 extra_bss_size_static = 0; 469 extra_bss_size_static = 0;
469 } 470 }
470} 471}