summaryrefslogtreecommitdiff
path: root/ports/sysdeps/aarch64/fpu/s_fmin.c
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-20 23:06:26 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-21 08:16:00 +0000
commit5e543752f17c3c831a5728c745c3fccc990baba1 (patch)
tree771e54995fc39267154907f9e040ea10dc6ed6e2 /ports/sysdeps/aarch64/fpu/s_fmin.c
parente0ba0e189a65021e3ede971c7ad8447a561a099c (diff)
downloadglibc-5e543752f17c3c831a5728c745c3fccc990baba1.tar.gz
aarch64: Don't use K&R C
Diffstat (limited to 'ports/sysdeps/aarch64/fpu/s_fmin.c')
-rw-r--r--ports/sysdeps/aarch64/fpu/s_fmin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_fmin.c b/ports/sysdeps/aarch64/fpu/s_fmin.c
index 3214aa80b4..63e1596e19 100644
--- a/ports/sysdeps/aarch64/fpu/s_fmin.c
+++ b/ports/sysdeps/aarch64/fpu/s_fmin.c
@@ -38,9 +38,7 @@
#define __CONCATX(a,b) __CONCAT(a,b)
TYPE
-__CONCATX(__,FUNC) (x, y)
- TYPE x;
- TYPE y;
+__CONCATX(__,FUNC) (TYPE x, TYPE y)
{
TYPE result;
asm ( INSN "\t%" REGS "0, %" REGS "1, %" REGS "2"