mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-23 16:02:38 +00:00
Odin_Calling_Convention defined in compiler; Allow for main :: proc "contextless" () {} with -bedrock; intrinsics.type_proc_calling_convention
This commit is contained in:
@@ -781,6 +781,9 @@ gb_global Type *t_c_va_list = nullptr;
|
||||
gb_global Type *t_c_va_list_ptr = nullptr;
|
||||
|
||||
|
||||
gb_global Type *t_odin_calling_convention = nullptr;
|
||||
|
||||
|
||||
enum OdinAtomicMemoryOrder : i32 {
|
||||
OdinAtomicMemoryOrder_relaxed = 0, // unordered
|
||||
OdinAtomicMemoryOrder_consume = 1, // monotonic
|
||||
|
||||
Reference in New Issue
Block a user