diff --git a/output/outaout.c b/output/outaout.c index 8ab55ffe..5e62d6ad 100644 --- a/output/outaout.c +++ b/output/outaout.c @@ -243,11 +243,10 @@ static int32_t aout_section_names(char *name, int pass, int *bits) /* * Default to 32 bits. */ - if (!name) + if (!name) { *bits = 32; - - if (!name) return stext.index; + } if (!strcmp(name, ".text")) return stext.index;