Fixed fastcall not applying inreg attributes to arguments like the C/C++ fastcall.
This commit is contained in:
@@ -98,6 +98,7 @@ enum LLVMRustAttribute {
|
||||
StructRet = 16,
|
||||
UWTable = 17,
|
||||
ZExt = 18,
|
||||
InReg = 19,
|
||||
};
|
||||
|
||||
typedef struct OpaqueRustString *RustStringRef;
|
||||
|
||||
Reference in New Issue
Block a user