Fix gcc-platforms bustage

git-svn-id: svn://10.0.0.236/trunk@151386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2004-01-15 21:23:18 +00:00
parent 70e83ac758
commit 8ca5ff79b1

View File

@@ -81,7 +81,7 @@ fp_except_t oldmask = fpsetmask(~allmask);
*/
typedef union txdpun {
PRFloat64 value;
PRFloat64 d;
struct {
#if defined(IS_LITTLE_ENDIAN) && !defined(CPU_IS_ARM)
PRUint32 lo, hi;