mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ when ODIN_BUILD_MODE == "dynamic" {
|
|||||||
_odin_entry_point :: proc "c" () {
|
_odin_entry_point :: proc "c" () {
|
||||||
context = default_context()
|
context = default_context()
|
||||||
#force_no_inline _startup_runtime()
|
#force_no_inline _startup_runtime()
|
||||||
intrinsics._odin_entry_point()
|
intrinsics.__entry_point()
|
||||||
}
|
}
|
||||||
@(link_name="_odin_exit_point", linkage="strong", require)
|
@(link_name="_odin_exit_point", linkage="strong", require)
|
||||||
_odin_exit_point :: proc "c" () {
|
_odin_exit_point :: proc "c" () {
|
||||||
|
|||||||
Reference in New Issue
Block a user