Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clock source unit when building on macOS
The current implementation of 'semu_timer_clocksource()' returns the clock source in nanoseconds, but it should return in seconds for correct system integration. Adjust the function on macOS to divide the return value by 1e9, ensuring the clock source is provided in seconds.
- Loading branch information