Skip to content

Commit

Permalink
step size
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Netto committed Jan 16, 2023
1 parent 75333d0 commit 80f71bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ STATIC_INLINE void gc_mark_module_binding(jl_ptls_t ptls, jl_module_t *mb_parent
uint8_t bits) JL_NOTSAFEPOINT
{
jl_gc_markqueue_t *mq = &ptls->mark_queue;
for (; mb_begin < mb_end; mb_begin += 2) {
for (; mb_begin < mb_end; mb_begin++) {
jl_binding_t *b = *mb_begin;
if (b == (jl_binding_t *)jl_nothing)
continue;
Expand Down

0 comments on commit 80f71bb

Please sign in to comment.