mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Allow sysv and win64 calling conventions to be used on any platform on amd64
This commit is contained in:
@@ -548,6 +548,10 @@ lbCallingConventionKind const lb_calling_convention_map[ProcCC_MAX] = {
|
||||
lbCallingConvention_C, // ProcCC_None,
|
||||
lbCallingConvention_C, // ProcCC_Naked,
|
||||
lbCallingConvention_C, // ProcCC_InlineAsm,
|
||||
|
||||
lbCallingConvention_Win64, // ProcCC_Win64,
|
||||
lbCallingConvention_X86_64_SysV, // ProcCC_SysV,
|
||||
|
||||
};
|
||||
|
||||
enum : LLVMDWARFTypeEncoding {
|
||||
|
||||
Reference in New Issue
Block a user