Ignore:
Timestamp:
Jul 20, 2000, 8:07:00 PM (25 years ago)
Author:
sandervl
Message:

Always try to allocate an executable image at it's preferred address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/pe.cpp

    r3827 r3872  
    1 /* $Id: pe.cpp,v 1.19 2000-07-15 17:12:02 sandervl Exp $ */
     1/* $Id: pe.cpp,v 1.20 2000-07-20 18:06:29 sandervl Exp $ */
    22
    33/*
     
    272272        goto end;
    273273  }
    274   if(!(fh.Characteristics & IMAGE_FILE_RELOCS_STRIPPED)) {
    275         goto end; //no need to allocate anything now
    276   }
     274//  if(!(fh.Characteristics & IMAGE_FILE_RELOCS_STRIPPED)) {
     275//      goto end; //no need to allocate anything now
     276//  }
    277277
    278278  // check for high memory support
Note: See TracChangeset for help on using the changeset viewer.