aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/system-linux-ppc.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/system-linux-ppc.ads')
-rw-r--r--gcc/ada/libgnat/system-linux-ppc.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/libgnat/system-linux-ppc.ads b/gcc/ada/libgnat/system-linux-ppc.ads
index f5bb801..1358bf9 100644
--- a/gcc/ada/libgnat/system-linux-ppc.ads
+++ b/gcc/ada/libgnat/system-linux-ppc.ads
@@ -115,6 +115,8 @@ package System is
private
type Address is mod Memory_Size;
+ for Address'Size use Standard'Address_Size;
+
Null_Address : constant Address := 0;
--------------------------------------