mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Add "naked" calling convention (removes prologue and epilogue)
This commit is contained in:
@@ -472,6 +472,7 @@ lbCallingConventionKind const lb_calling_convention_map[ProcCC_MAX] = {
|
||||
lbCallingConvention_X86_FastCall, // ProcCC_FastCall,
|
||||
|
||||
lbCallingConvention_C, // ProcCC_None,
|
||||
lbCallingConvention_C, // ProcCC_Naked,
|
||||
lbCallingConvention_C, // ProcCC_InlineAsm,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user