mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 09:23:48 +00:00
Add "naked" calling convention (removes prologue and epilogue)
This commit is contained in:
@@ -32,6 +32,7 @@ Calling_Convention :: enum u8 {
|
||||
Fast_Call = 5,
|
||||
|
||||
None = 6,
|
||||
Naked = 7,
|
||||
}
|
||||
|
||||
Type_Info_Enum_Value :: distinct i64;
|
||||
|
||||
Reference in New Issue
Block a user