Module Name:    src
Committed By:   matt
Date:           Fri May 20 16:29:36 UTC 2011

Modified Files:
        src/lib/libc/arch/mips/softfloat [matt-nb5-mips64]: softfloat.h

Log Message:
Fix botched definition of float128_to_uint32_round_to_zero


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/lib/libc/arch/mips/softfloat/softfloat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/mips/softfloat/softfloat.h
diff -u src/lib/libc/arch/mips/softfloat/softfloat.h:1.1.2.2 src/lib/libc/arch/mips/softfloat/softfloat.h:1.1.2.3
--- src/lib/libc/arch/mips/softfloat/softfloat.h:1.1.2.2	Fri Apr 29 07:48:34 2011
+++ src/lib/libc/arch/mips/softfloat/softfloat.h	Fri May 20 16:29:36 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: softfloat.h,v 1.1.2.2 2011/04/29 07:48:34 matt Exp $	*/
+/*	softfloat.h,v 1.1.2.2 2011/04/29 07:48:34 matt Exp	*/
 
 /* This is a derivative work. */
 
@@ -285,7 +285,7 @@
 int float128_to_int32( float128 );
 int float128_to_int32_round_to_zero( float128 );
 #if defined(SOFTFLOAT_FOR_GCC) && defined(SOFTFLOAT_NEED_FIXUNS)
-unsigned int float128_to_uint32_round_to_zero( float64 );
+unsigned int float128_to_uint32_round_to_zero( float128 );
 #endif
 long long float128_to_int64( float128 );
 long long float128_to_int64_round_to_zero( float128 );

Reply via email to