mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
add sleep-fallback and invariant check
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//+private
|
||||
//+build openbsd
|
||||
package time
|
||||
|
||||
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
|
||||
return 0, false
|
||||
}
|
||||
Reference in New Issue
Block a user