Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing gc_mark registration.
  • Loading branch information
jnthn committed Jun 2, 2013
1 parent 76f3e34 commit cd35271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/parrot/6model/reprs/NativeCall.c
Expand Up @@ -139,6 +139,7 @@ REPROps * NativeCall_initialize(PARROT_INTERP,
this_repr->allocate = allocate;
this_repr->initialize = initialize;
this_repr->copy_to = copy_to;
this_repr->gc_mark = gc_mark;
this_repr->gc_free = gc_free;
this_repr->gc_cleanup = gc_cleanup;
this_repr->get_storage_spec = get_storage_spec;
Expand Down

0 comments on commit cd35271

Please sign in to comment.