We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af632bc commit 1203b3dCopy full SHA for 1203b3d
src/librustc_trans/cabi_sparc64.rs
@@ -85,7 +85,7 @@ fn classify_arg_ty<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, arg: &mut ArgType<'tcx>)
85
86
let total = arg.layout.size;
87
if total.bits() > 128 {
88
- arg.make_indirect(cx);
+ arg.make_indirect();
89
return;
90
}
91
0 commit comments