Skip to content

Commit 2f8f04b

Browse files
committed
---
yaml --- r: 6301 b: refs/heads/master c: 4fc34e2 h: refs/heads/master i: 6299: 3100ee0 v: v3
1 parent 2391b17 commit 2f8f04b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d77968dd7c79d5d16a8ce5733a910d0018b382be
2+
refs/heads/master: 4fc34e23faddf02c2ed85ee97ae929b36a9aaa1b

trunk/src/comp/middle/trans.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3833,7 +3833,8 @@ fn trans_call(in_cx: @block_ctxt, f: @ast::expr,
38333833
}
38343834

38353835
// Translates a native call on the C stack. Calls into the runtime to perform
3836-
// the stack switching operation. Must be kept in sync with trans_native_mod().
3836+
// the stack switching operation. Must be kept in sync with
3837+
// trans_native_mod().
38373838
fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
38383839
args: [@ast::expr], dest: dest) -> @block_ctxt {
38393840
let ccx = bcx_ccx(bcx);

0 commit comments

Comments
 (0)