Replace core:* to base:* where appropriate

This commit is contained in:
gingerBill committed 2024-01-28 22:18:51 +00:00
1 parent 6a07effdd2
commit 3e7e779abf
180 files changed
+225 -225

No files matched your search

+2 -2
View File
@@ -1,8 +1,8 @@
package mem_virtual
import "core:mem"
import "core:intrinsics"
import "core:runtime"
import "base:intrinsics"
import "base:runtime"
_ :: runtime
DEFAULT_PAGE_SIZE := uint(4096)