mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
We incorrectly used 'unsigned long' (which is 32 or 64 bit depending on the CPU architecture) for a timestamp (which is always 64 bit) in the timer-connection implementation. Ref #2435
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.