rustc: Increment the counter in trans_bind_thunk()
This commit is contained in:
parent
41d5094a8e
commit
185bcc6218
@ -3577,7 +3577,7 @@ fn trans_bind_thunk(@crate_ctxt cx,
|
||||
}
|
||||
}
|
||||
|
||||
outgoing_arg_index += 0u;
|
||||
outgoing_arg_index += 1u;
|
||||
}
|
||||
|
||||
// FIXME: turn this call + ret into a tail call.
|
||||
|
Loading…
x
Reference in New Issue
Block a user