Browse Source

unix: Update comment in gccollect.c

pull/465/head
xbe 11 years ago
parent
commit
a36a55d2cf
  1. 2
      unix/gccollect.c

2
unix/gccollect.c

@ -77,7 +77,7 @@ void gc_collect(void) {
//gc_dump_info();
gc_collect_start();
// this traces .data and .bss sections
// this traces the .bss section
#ifdef __CYGWIN__
#define BSS_START __bss_start__
#else

Loading…
Cancel
Save