Remove core:os dependency from base:runtime; change to base:intrinsics

This commit is contained in:
gingerBill
2024-01-28 21:59:43 +00:00
parent 2743bf7e44
commit 9e7cc8cf93
16 changed files with 32 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
//+no-instrumentation
package runtime
import "core:intrinsics"
import "base:intrinsics"
when !ODIN_TEST && !ODIN_NO_ENTRY_POINT {
@(link_name="_start", linkage="strong", require, export)