Changeset 239 for trunk/gc6.8
- Timestamp:
- Mar 6, 2007, 8:05:58 PM (19 years ago)
- Location:
- trunk/gc6.8
- Files:
-
- 2 edited
-
mark_rts.c (modified) (1 diff)
-
os_dep.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gc6.8/mark_rts.c
r132 r239 175 175 { 176 176 struct roots * old; 177 177 printf("----> %s: %x %x \n", __FUNCTION__, b, e); 178 178 # if defined(MSWIN32) || defined(MSWINCE) 179 179 /* Spend the time to ensure that there are no overlapping */ -
trunk/gc6.8/os_dep.c
r132 r239 1160 1160 if (flags & OBJINVALID) { 1161 1161 GC_err_printf0("Object with invalid pages?\n"); 1162 printf(" ----> %s: %x %x \n", path, O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg)); 1162 1163 continue; 1163 1164 } 1165 printf("----> %s: %x %x \n", path, O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg)); 1164 1166 GC_add_roots_inner(O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg), FALSE); 1165 1167 }
Note:
See TracChangeset
for help on using the changeset viewer.
