Skip to content

Commit

Permalink
Fix retainer profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Aug 26, 2007
1 parent ed5cbfc commit db14f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/RetainerProfile.c
Expand Up @@ -1439,7 +1439,7 @@ retainStack( StgClosure *c, retainer c_child_r,
StgFunInfoTable *fun_info;

retainClosure(ret_fun->fun, c, c_child_r);
fun_info = get_fun_itbl(ret_fun->fun);
fun_info = get_fun_itbl(UNTAG_CLOSURE(ret_fun->fun));

p = (P_)&ret_fun->payload;
switch (fun_info->f.fun_type) {
Expand Down

0 comments on commit db14f9d

Please sign in to comment.