Skip to content

Commit 1203b3d

Browse files
committed
Removed uneeded argument to make_indirect.
1 parent af632bc commit 1203b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/cabi_sparc64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn classify_arg_ty<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, arg: &mut ArgType<'tcx>)
8585

8686
let total = arg.layout.size;
8787
if total.bits() > 128 {
88-
arg.make_indirect(cx);
88+
arg.make_indirect();
8989
return;
9090
}
9191

0 commit comments

Comments
 (0)