提交 ce17fe2a 编写于 作者: G Graydon Hoare

Attempt to put out burning tinderbox.

上级 c863427b
......@@ -1218,13 +1218,17 @@ fn hit_zero(@block_ctxt cx, ValueRef v) -> result {
cx.build.GEP(v,
vec(C_int(0),
C_int(abi.box_rc_field_body)));
auto bindings =
cx.build.GEP(body,
vec(C_int(0),
C_int(abi.closure_elt_bindings)));
auto tydescptr =
cx.build.GEP(body,
vec(C_int(0),
C_int(abi.closure_elt_tydesc)));
call_tydesc_glue_full(cx, body, cx.build.Load(tydescptr),
call_tydesc_glue_full(cx, bindings, cx.build.Load(tydescptr),
abi.tydesc_field_drop_glue_off);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册