Browse Source

+ fixed this to compile at least on bigendian

git-svn-id: trunk@5709 -
Károly Balogh 19 năm trước cách đây
mục cha
commit
f4a21e599a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/inc/softfpu.pp

+ 1 - 1
rtl/inc/softfpu.pp

@@ -149,7 +149,7 @@ TYPE
     low : qword;
   end;
 
-  float128 = packed word
+  float128 = packed record
     high : qword;
     low : qword;
   end;