rustc: Increment the counter in trans_bind_thunk()

This commit is contained in:
Patrick Walton 2011-03-10 15:09:41 -08:00
parent 41d5094a8e
commit 185bcc6218

View file

@ -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.