make trans compile

This commit is contained in:
Tim Chevalier 2011-05-18 18:01:20 -07:00 committed by Graydon Hoare
parent a9bc6715e7
commit 6dcd607277

View File

@ -3018,7 +3018,7 @@ fn lazily_emit_tydesc_glue(&@block_ctxt cx, int field,
ti.free_glue = some[ValueRef](glue_fn);
auto dg = make_free_glue;
make_generic_glue(lcx, ti.ty, glue_fn,
make_generic_glue(lcx, cx.sp, ti.ty, glue_fn,
mgghf_single(dg), ti.ty_params);
log #fmt("--- lazily_emit_tydesc_glue FREE %s",
ty::ty_to_str(cx.fcx.lcx.ccx.tcx, ti.ty));