about summary refs log tree commit diff
path: root/ports/sysdeps/aarch64/fpu/s_lround.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/aarch64/fpu/s_lround.c')
-rw-r--r--ports/sysdeps/aarch64/fpu/s_lround.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_lround.c b/ports/sysdeps/aarch64/fpu/s_lround.c
index ca68bd76b5..472143d619 100644
--- a/ports/sysdeps/aarch64/fpu/s_lround.c
+++ b/ports/sysdeps/aarch64/fpu/s_lround.c
@@ -40,8 +40,7 @@
 #define __CONCATX(a,b) __CONCAT(a,b)
 
 OTYPE
-__CONCATX(__,FUNC) (x)
-     ITYPE x;
+__CONCATX(__,FUNC) (ITYPE x)
 {
   OTYPE result;
   asm ( "fcvtas" "\t%" OREGS "0, %" IREGS "1"