mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//+build wasm32, wasm64p32
|
||||
package sync
|
||||
|
||||
import "core:intrinsics"
|
||||
import "base:intrinsics"
|
||||
import "core:time"
|
||||
|
||||
_futex_wait :: proc "contextless" (f: ^Futex, expected: u32) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user