mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 14:51:26 -07:00
Add "naked" calling convention (removes prologue and epilogue)
This commit is contained in:
+2
-1
@@ -215,8 +215,9 @@ enum ProcCallingConvention {
|
||||
ProcCC_FastCall = 5,
|
||||
|
||||
ProcCC_None = 6,
|
||||
ProcCC_Naked = 7,
|
||||
|
||||
ProcCC_InlineAsm = 7,
|
||||
ProcCC_InlineAsm = 8,
|
||||
|
||||
ProcCC_MAX,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user