Skip to content

Commit 3100ee0

Browse files
committed
---
yaml --- r: 6299 b: refs/heads/master c: 4f28419 h: refs/heads/master i: 6297: d601d78 6295: 9320aa3 v: v3
1 parent 3279075 commit 3100ee0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 3617f0377fb797ada3a20addb9e9a24e4b8a4f43
2+
refs/heads/master: 4f28419d0c5af1302848da98e592726816cb4df5

trunk/src/comp/middle/trans.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3876,6 +3876,7 @@ fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
38763876
let llfnptr = PointerCast(bcx, llfn, T_ptr(T_i8()));
38773877
Call(bcx, upcall_fn, [llfnptr, llrawargbundle]);
38783878
let llres = load_inbounds(bcx, llargbundle, [0, n as int]);
3879+
bcx = zero_and_revoke(bcx, to_zero, to_revoke);
38793880
ret store_in_dest(bcx, llres, dest);
38803881
}
38813882

0 commit comments

Comments
 (0)