mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-11 03:41:43 +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