Skip to content

Commit 8c63ef1

Browse files
committed
Merge pull request adafruit#465 from xbe/unix-gc
unix: Fix GC not tracing .data
2 parents 8f19317 + a36a55d commit 8c63ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/gccollect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void gc_collect(void) {
7777
//gc_dump_info();
7878

7979
gc_collect_start();
80-
// this traces .data and .bss sections
80+
// this traces the .bss section
8181
#ifdef __CYGWIN__
8282
#define BSS_START __bss_start__
8383
#else

0 commit comments

Comments
 (0)