Skip to content
Snippets Groups Projects
Commit a36a55d2 authored by xbe's avatar xbe
Browse files

unix: Update comment in gccollect.c

parent 5f3fe3aa
Branches
Tags
No related merge requests found
...@@ -77,7 +77,7 @@ void gc_collect(void) { ...@@ -77,7 +77,7 @@ void gc_collect(void) {
//gc_dump_info(); //gc_dump_info();
gc_collect_start(); gc_collect_start();
// this traces .data and .bss sections // this traces the .bss section
#ifdef __CYGWIN__ #ifdef __CYGWIN__
#define BSS_START __bss_start__ #define BSS_START __bss_start__
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment