Skip to content

Commit 9fbab0d

Browse files
committed
missing gc_mark_push_remset in obj32
1 parent c540340 commit 9fbab0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,7 @@ STATIC_INLINE jl_value_t *gc_mark_obj32(jl_ptls_t ptls, char *obj32_parent, uint
20452045
gc_heap_snapshot_record_object_edge((jl_value_t*)obj32_parent, slot);
20462046
}
20472047
}
2048+
gc_mark_push_remset(ptls, (jl_value_t *)obj32_parent, nptr);
20482049
return new_obj;
20492050
}
20502051

0 commit comments

Comments
 (0)