mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 16:51:31 -07:00
IR emit C ABI compatible types for calling conventions (Only for x86/amd64 like processors at the moment)
This commit is contained in:
@@ -132,6 +132,8 @@ typedef struct TypeRecord {
|
||||
Type * results; /* Type_Tuple */ \
|
||||
i32 param_count; \
|
||||
i32 result_count; \
|
||||
Type **abi_compat_params; \
|
||||
Type **abi_compat_results; \
|
||||
bool variadic; \
|
||||
ProcCallingConvention calling_convention; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user