rustc: Add a new "C stack cdecl" native ABI
This commit is contained in:
parent
657e3ffaf5
commit
f7d0c1cec3
6 changed files with 14 additions and 1 deletions
|
|
@ -419,6 +419,7 @@ tag native_abi {
|
|||
native_abi_llvm;
|
||||
native_abi_rust_intrinsic;
|
||||
native_abi_x86stdcall;
|
||||
native_abi_c_stack_cdecl;
|
||||
}
|
||||
|
||||
type native_mod =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue