Put improved stack base detection in service for MKCL 1.1.3 and later.
authorJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Sun, 13 Jan 2013 04:16:11 +0000 (23:16 -0500)
committerJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Sun, 13 Jan 2013 04:16:11 +0000 (23:16 -0500)
src/gc/os_dep.c

index bdcd971..474b28c 100644 (file)
@@ -735,7 +735,7 @@ MK_GC_INNER word MK_GC_page_size = 0;
                             || (prot) == PAGE_EXECUTE_READWRITE \
                             || (prot) == PAGE_EXECUTE_WRITECOPY)
 
-#  if 1  /* "#if 0" for MKCL 1.2.0 and later, "#if 1" before. */
+#  if 0  /* "#if 0" for MKCL 1.1.3 and later, "#if 1" before. */
     /* Return the number of bytes that are writable starting at p.      */
     /* The pointer p is assumed to be page aligned.                     */
     /* If base is not 0, *base becomes the beginning of the             */