Skip to content

Commit b2788f5

Browse files
committed
---
yaml --- r: 5622 b: refs/heads/master c: 79e4961 h: refs/heads/master v: v3
1 parent 68d82fa commit b2788f5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f9e3a604a6d928f01dab16432e4181caeea0cac6
2+
refs/heads/master: 79e4961c7f77da43ba90feb4b4a44b0ba80a77a3

trunk/src/comp/middle/trans.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,11 +4014,9 @@ fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
40144014
let llargbundle = PointerCast(bcx, llrawargbundle, T_ptr(llargbundlety));
40154015

40164016
// Copy in arguments.
4017-
log_err ("bundle type", val_str(ccx.tn, llargbundle));
40184017
vec::eachi({ |llarg, i|
40194018
// FIXME: This load is unfortunate.
40204019
let llargval = Load(bcx, llarg.llval);
4021-
log_err ("llarg type", val_str(ccx.tn, llargval), i);
40224020
store_inbounds(bcx, llargval, llargbundle, [C_int(0), C_uint(i)]);
40234021
}, llargs);
40244022

0 commit comments

Comments
 (0)