From fbfc8ef033ca65cf960fbfe045b49fea24a4b81e Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 8 Apr 2008 09:01:24 +0200 Subject: [PATCH] Use Task_Address instead of System.Address. From-SVN: r134070 --- gcc/ada/s-tasuti.ads | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/ada/s-tasuti.ads b/gcc/ada/s-tasuti.ads index 286b5a0d70c..e47f0e49d2b 100644 --- a/gcc/ada/s-tasuti.ads +++ b/gcc/ada/s-tasuti.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -35,11 +35,12 @@ -- These declarations are not part of the GNARLI with Ada.Unchecked_Conversion; +with System.Task_Primitives; package System.Tasking.Utilities is function ATCB_To_Address is new - Ada.Unchecked_Conversion (Task_Id, System.Address); + Ada.Unchecked_Conversion (Task_Id, System.Task_Primitives.Task_Address); --------------------------------- -- Task_Stage Related routines -- -- 2.30.2