]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update comment.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Apr 2009 10:39:48 +0000 (12:39 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Apr 2009 10:39:48 +0000 (12:39 +0200)
From-SVN: r146394

gcc/ada/s-vxwext-kernel.ads

index 055c0a4536cf08dced3edba0bbfdeda90dba779a..4e9cb818428f8ac45e15f2db5cdd8942eb512c61 100644 (file)
@@ -78,7 +78,7 @@ package System.VxWorks.Ext is
    type UINT64 is mod 2 ** Long_Long_Integer'Size;
 
    function tickGet return UINT64;
-   --  "tickGet" not available for cert vThreads:
+   --  needed for ravenscar-cert
    pragma Import (C, tickGet, "tick64Get");
 
 end System.VxWorks.Ext;