Ignore:
Timestamp:
Oct 9, 2000, 7:27:47 PM (25 years ago)
Author:
sandervl
Message:

better logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.cpp

    r4445 r4464  
    1 /* $Id: winimagepeldr.cpp,v 1.57 2000-10-06 15:16:05 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.58 2000-10-09 17:27:47 sandervl Exp $ */
    22
    33/*
     
    323323        if(IsSectionType(win32file, &psh[i], IMAGE_DIRECTORY_ENTRY_TLS))
    324324        {
     325                dprintf((LOG, "TLS section"));
    325326                tlsDir = (IMAGE_TLS_DIRECTORY *)ImageDirectoryOffset(win32file, IMAGE_DIRECTORY_ENTRY_TLS);
    326327                if(tlsDir) {
     
    884885        case SECTION_INITDATA:
    885886        case SECTION_UNINITDATA:
    886         case SECTION_IMPORT: //TODO: read only?
     887        case SECTION_IMPORT:
    887888                section[i].pageflags = PAG_WRITE | PAG_READ;
    888889                break;
Note: See TracChangeset for help on using the changeset viewer.