mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Fix calling convention stuff with LLVM C API
This commit is contained in:
@@ -415,6 +415,7 @@ lbCallingConventionKind const lb_calling_convention_map[ProcCC_MAX] = {
|
||||
lbCallingConvention_C, // ProcCC_Invalid,
|
||||
lbCallingConvention_C, // ProcCC_Odin,
|
||||
lbCallingConvention_C, // ProcCC_Contextless,
|
||||
lbCallingConvention_C, // ProcCC_Pure,
|
||||
lbCallingConvention_C, // ProcCC_CDecl,
|
||||
lbCallingConvention_X86_StdCall, // ProcCC_StdCall,
|
||||
lbCallingConvention_X86_FastCall, // ProcCC_FastCall,
|
||||
|
||||
Reference in New Issue
Block a user