mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Allow sysv and win64 calling conventions to be used on any platform on amd64
This commit is contained in:
@@ -33,6 +33,11 @@ Calling_Convention :: enum u8 {
|
||||
|
||||
None = 6,
|
||||
Naked = 7,
|
||||
|
||||
_ = 8, // reserved
|
||||
|
||||
Win64 = 9,
|
||||
SysV = 10,
|
||||
}
|
||||
|
||||
Type_Info_Enum_Value :: distinct i64
|
||||
|
||||
Reference in New Issue
Block a user