Changeset 239 for trunk/gc6.8


Ignore:
Timestamp:
Mar 6, 2007, 8:05:58 PM (19 years ago)
Author:
cinc
Message:

Synching before applying WC2007 patches

Location:
trunk/gc6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gc6.8/mark_rts.c

    r132 r239  
    175175{
    176176    struct roots * old;
    177    
     177    printf("----> %s: %x %x \n", __FUNCTION__, b, e);
    178178#   if defined(MSWIN32) || defined(MSWINCE)
    179179      /* Spend the time to ensure that there are no overlapping */
  • trunk/gc6.8/os_dep.c

    r132 r239  
    11601160      if (flags & OBJINVALID) {
    11611161          GC_err_printf0("Object with invalid pages?\n");
     1162          printf("   ----> %s: %x %x \n", path, O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg));
    11621163          continue;
    11631164      }
     1165      printf("----> %s: %x %x \n", path, O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg));
    11641166      GC_add_roots_inner(O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg), FALSE);
    11651167    }
Note: See TracChangeset for help on using the changeset viewer.