summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/dl-sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/arm/dl-sysdep.h')
-rw-r--r--ldso/ldso/arm/dl-sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/arm/dl-sysdep.h b/ldso/ldso/arm/dl-sysdep.h
index ebd258a7f..6863e35a2 100644
--- a/ldso/ldso/arm/dl-sysdep.h
+++ b/ldso/ldso/arm/dl-sysdep.h
@@ -42,7 +42,7 @@ static inline unsigned long arm_modulus(unsigned long m, unsigned long p)
}
return m;
}
-#define do_rem(result, n, base) result=arm_modulus(n,base);
+#define do_rem(result, n, base) ((result) = arm_modulus(n, base))
/* Here we define the magic numbers that this dynamic loader should accept */
#define MAGIC1 EM_ARM