mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
workaround to avoid excessive file-splitting
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package time
|
||||
|
||||
import "base:intrinsics"
|
||||
import linux "core:sys/linux"
|
||||
@(require) import linux "core:sys/linux"
|
||||
|
||||
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
|
||||
when ODIN_ARCH == .arm64 {
|
||||
|
||||
Reference in New Issue
Block a user