Commit 51c2e647 by Arnaud Charlet

Update comment.

From-SVN: r146394
parent 3edf2f76
...@@ -78,7 +78,7 @@ package System.VxWorks.Ext is ...@@ -78,7 +78,7 @@ package System.VxWorks.Ext is
type UINT64 is mod 2 ** Long_Long_Integer'Size; type UINT64 is mod 2 ** Long_Long_Integer'Size;
function tickGet return UINT64; function tickGet return UINT64;
-- "tickGet" not available for cert vThreads: -- needed for ravenscar-cert
pragma Import (C, tickGet, "tick64Get"); pragma Import (C, tickGet, "tick64Get");
end System.VxWorks.Ext; end System.VxWorks.Ext;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment