summaryrefslogtreecommitdiff
path: root/output/outmacho.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outmacho.c')
-rw-r--r--output/outmacho.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/output/outmacho.c b/output/outmacho.c
index 7efdc713..86700f8e 100644
--- a/output/outmacho.c
+++ b/output/outmacho.c
@@ -522,14 +522,13 @@ static void macho_output(int32_t secto, const void *data, uint32_t type,
static int32_t macho_section(char *name, int pass, int *bits)
{
-
- (void)pass;
-
int32_t index, originalIndex;
char *sectionAttributes;
struct sectmap *sm;
struct section *s;
+ (void)pass;
+
/* Default to 32 bits. */
if (!name) {
*bits = 32;