mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-05 02:03:07 +00:00
The get_cycles() call within the test doesn't apply to RDTSC access when running on ARM but to arch_timer_read_counter, which is an empty function pointer. By setting it to a function that returns Genode::Trace::timestamp() we can enable the test for ARM. Issue #4775