Skip to content

Commit

Permalink
fix break outside of loop in gc-debug (#41776)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored Aug 6, 2021
1 parent d18d8a4 commit a86fe0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gc-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ static void gc_verify_tags_page(jl_gc_pagemeta_t *pg)
char *cur_page = gc_page_data((char*)halfpages - 1);
if (cur_page == data) {
lim = (char*)halfpages - 1;
break;
}
}
// compute the freelist_map
Expand Down

0 comments on commit a86fe0f

Please sign in to comment.