Skip to content

Commit

Permalink
Correct marking for decont param record.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 3, 2017
1 parent 5bbe95a commit 24267c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/6model/reprs/MVMSpeshLog.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ static void gc_mark(MVMThreadContext *tc, MVMSTable *st, void *data, MVMGCWorkli
MVM_gc_worklist_add(tc, worklist, &(log->entries[i].entry.sf));
break;
case MVM_SPESH_LOG_PARAMETER:
case MVM_SPESH_LOG_PARAMETER_DECONT:
case MVM_SPESH_LOG_TYPE:
MVM_gc_worklist_add(tc, worklist, &(log->entries[i].type.type));
break;
Expand Down

0 comments on commit 24267c0

Please sign in to comment.