diff options
Diffstat (limited to 'gcc/ada/5atpopsp.adb')
-rw-r--r-- | gcc/ada/5atpopsp.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/5atpopsp.adb b/gcc/ada/5atpopsp.adb index 68b54c8c386..d80cf0464d7 100644 --- a/gcc/ada/5atpopsp.adb +++ b/gcc/ada/5atpopsp.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2003, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004, 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- -- @@ -99,7 +99,7 @@ package body Specific is -- If the key value is Null, then it is a non-Ada task. if Result /= System.Null_Address then - return To_Task_Id (Result); + return To_Task_ID (Result); else return Register_Foreign_Thread; end if; |