diff options
author | Patrick Bernardi <bernardi@adacore.com> | 2020-12-15 20:44:57 -0500 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-04-29 04:00:46 -0400 |
commit | 0b8d4694de0ea744804eed414c8a1453111fdb68 (patch) | |
tree | cbb6907f78b4c6093ef0321c2be901abc2061552 /gcc | |
parent | 427c07a2fc7e9799552499795bbe60664ef142ac (diff) | |
download | gcc-0b8d4694de0ea744804eed414c8a1453111fdb68.zip gcc-0b8d4694de0ea744804eed414c8a1453111fdb68.tar.gz gcc-0b8d4694de0ea744804eed414c8a1453111fdb68.tar.bz2 |
[Ada] System.Storage_Elements: cleanup comment
gcc/ada/
* libgnat/s-stoele.ads (Storage_Offset): Cleanup comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/libgnat/s-stoele.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/s-stoele.ads b/gcc/ada/libgnat/s-stoele.ads index 4abac8e..5369ba4 100644 --- a/gcc/ada/libgnat/s-stoele.ads +++ b/gcc/ada/libgnat/s-stoele.ads @@ -56,8 +56,7 @@ package System.Storage_Elements is +(2 ** (Integer'(Standard'Address_Size) - 1)) - Long_Long_Integer'(1); -- Note: the reason for the Long_Long_Integer qualification here is to -- avoid a bogus ambiguity when this unit is analyzed in an rtsfind - -- context. It may be possible to remove this in the future, but it is - -- certainly harmless in any case ??? + -- context. subtype Storage_Count is Storage_Offset range 0 .. Storage_Offset'Last; |