We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa621a commit 039f0f4Copy full SHA for 039f0f4
src/librustc_trans/trans/cabi_x86_win64.rs
@@ -46,7 +46,7 @@ pub fn compute_abi_info(ccx: &CrateContext,
46
2 => ArgType::direct(t, Some(Type::i16(ccx)), None, None),
47
4 => ArgType::direct(t, Some(Type::i32(ccx)), None, None),
48
8 => ArgType::direct(t, Some(Type::i64(ccx)), None, None),
49
- _ => ArgType::indirect(t, Some(Attribute::ByVal))
+ _ => ArgType::indirect(t, None)
50
}
51
52
_ => {
0 commit comments