Skip to content

Commit cd35271

Browse files
committed
Add missing gc_mark registration.
1 parent 76f3e34 commit cd35271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/parrot/6model/reprs/NativeCall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ REPROps * NativeCall_initialize(PARROT_INTERP,
139139
this_repr->allocate = allocate;
140140
this_repr->initialize = initialize;
141141
this_repr->copy_to = copy_to;
142+
this_repr->gc_mark = gc_mark;
142143
this_repr->gc_free = gc_free;
143144
this_repr->gc_cleanup = gc_cleanup;
144145
this_repr->get_storage_spec = get_storage_spec;

0 commit comments

Comments
 (0)