Index: arch/amd64/src/fmath.c
===================================================================
--- arch/amd64/src/fmath.c	(revision 79c1593705692b6255532711d695742aea4372be)
+++ arch/amd64/src/fmath.c	(revision 73838ed8e5c99d4b785497a5fa7d0909fded4f9f)
@@ -123,5 +123,5 @@
 	fmath_ld_union.ldd[7]=((fmath_ld_union.ldd[7])&0x7f)|(sign<<7); // change 64th bit (IA32 is a little endian)
 	return fmath_ld_union.bf;
-*/	return 1.0
+*/	return 1.0;
 }
 
