aboutsummaryrefslogtreecommitdiff
path: root/core/_preload.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-09-30 11:20:35 +0100
committerGinger Bill <bill@gingerbill.org>2017-09-30 11:20:35 +0100
commite2b9c87aa888da76d6bd366fd99d0c8d2d99e756 (patch)
tree14ab0844822d2be0b7cdd2ace768d73ceb8d4310 /core/_preload.odin
parent8c7cf0dbb0b4cf9730788c619c8cb9adf8f284a1 (diff)
Wrap entry point `main` around the C style `main` in the IR
Diffstat (limited to 'core/_preload.odin')
-rw-r--r--core/_preload.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/_preload.odin b/core/_preload.odin
index 014a3c219..3a921e750 100644
--- a/core/_preload.odin
+++ b/core/_preload.odin
@@ -138,8 +138,8 @@ Type_Info :: struct #ordered {
// This will be set by the compiler
__type_table: []Type_Info;
-__argv__: ^^u8;
__argc__: i32;
+__argv__: ^^u8;
// IMPORTANT NOTE(bill): Must be in this order (as the compiler relies upon it)