diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/exp_dist.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_dist.adb b/gcc/ada/exp_dist.adb index 3a37cb3..973948c 100644 --- a/gcc/ada/exp_dist.adb +++ b/gcc/ada/exp_dist.adb @@ -1778,8 +1778,8 @@ package body Exp_Dist is Make_Object_Declaration (Loc, Defining_Identifier => Make_Defining_Identifier (Loc, Chars (Proxy_Object_Addr)), - Constant_Present => True, - Object_Definition => New_Occurrence_Of (RTE (RE_Address), Loc), + Constant_Present => True, + Object_Definition => New_Occurrence_Of (RTE (RE_Address), Loc), Expression => Make_Attribute_Reference (Loc, Prefix => New_Occurrence_Of ( |