Skip to content

Commit a3552a9

Browse files
jklmnnbrobecke
authored andcommitted
Fix Float size for light-tasking-rtp on x86
TN: U126-004 Change-Id: I311f4fef0775a72b00de238eb4abd41d8f632882 (cherry picked from commit 65b5123)
1 parent 10659e3 commit a3552a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/system/system-vxworks7-x86-ravenscar-sfp-rtp.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ package System is
7878
Max_Binary_Modulus : constant := 2 ** Standard'Max_Integer_Size;
7979
Max_Nonbinary_Modulus : constant := 2 ** Integer'Size - 1;
8080

81-
Max_Base_Digits : constant := Long_Long_Float'Digits;
82-
Max_Digits : constant := Long_Long_Float'Digits;
81+
Max_Base_Digits : constant := Long_Float'Digits;
82+
Max_Digits : constant := Long_Float'Digits;
8383

8484
Max_Mantissa : constant := Standard'Max_Integer_Size - 1;
8585
Fine_Delta : constant := 2.0 ** (-Max_Mantissa);

0 commit comments

Comments
 (0)