diff options
Diffstat (limited to 'gcc/ada/s-thread.ads')
-rw-r--r-- | gcc/ada/s-thread.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-thread.ads b/gcc/ada/s-thread.ads index f1606f1b808..29f0b3643f2 100644 --- a/gcc/ada/s-thread.ads +++ b/gcc/ada/s-thread.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2003 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004 Free Software Foundation, Inc. -- -- -- -- GNAT 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- -- @@ -61,7 +61,7 @@ package System.Threads is pragma Inline (Get_Jmpbuf_Address); procedure Set_Jmpbuf_Address (Addr : Address); - pragma Inline (Get_Jmpbuf_Address); + pragma Inline (Set_Jmpbuf_Address); function Get_Sec_Stack_Addr return Address; pragma Inline (Get_Sec_Stack_Addr); |