Type_Info initialization

This commit is contained in:
gingerBill
2020-02-29 11:12:37 +00:00
parent 8ec5987ae1
commit a27c68f526
3 changed files with 472 additions and 253 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import "intrinsics"
// implemented within the compiler rather than in this "preload" file
// NOTE(bill): This must match the compiler's
Calling_Convention :: enum {
Calling_Convention :: enum u8 {
Invalid = 0,
Odin = 1,
Contextless = 2,