wrap long line
This commit is contained in:
parent
d77968dd7c
commit
4fc34e23fa
@ -3833,7 +3833,8 @@ fn trans_call(in_cx: @block_ctxt, f: @ast::expr,
|
||||
}
|
||||
|
||||
// Translates a native call on the C stack. Calls into the runtime to perform
|
||||
// the stack switching operation. Must be kept in sync with trans_native_mod().
|
||||
// the stack switching operation. Must be kept in sync with
|
||||
// trans_native_mod().
|
||||
fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
|
||||
args: [@ast::expr], dest: dest) -> @block_ctxt {
|
||||
let ccx = bcx_ccx(bcx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user