Skip to content

Commit e55bbfb

Browse files
committed
---
yaml --- r: 6333 b: refs/heads/master c: 037a1de h: refs/heads/master i: 6331: 6f65d61 v: v3
1 parent 0032162 commit e55bbfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 834b6879ea89135d60b3903755589e14f816449a
2+
refs/heads/master: 037a1de4050f3678748524580955f17c63d3e744

trunk/src/comp/middle/trans.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5420,7 +5420,7 @@ fn trans_native_mod(lcx: @local_ctxt, native_mod: ast::native_mod) {
54205420
}
54215421

54225422
// Create the call itself:
5423-
let llretval = Call(bcx, llbasefn, llargvals);
5423+
let llretval = CallWithConv(bcx, llbasefn, llargvals, cc);
54245424
//log_err("llretval", val_str(ccx.tn, llretval),
54255425
// "llargbundle", val_str(ccx.tn, llargbundle),
54265426
// "tys.ret_ty", ty_str(ccx.tn, tys.ret_ty),

0 commit comments

Comments
 (0)