Ignore:
Timestamp:
Aug 4, 2000, 11:12:10 PM (25 years ago)
Author:
sandervl
Message:

mmap + share hack

File:
1 edited

Legend:

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

    r3872 r3948  
    1 /* $Id: winimagepeldr.cpp,v 1.50 2000-07-20 18:07:00 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.51 2000-08-04 21:12:10 sandervl Exp $ */
    22
    33/*
     
    218218  //Allocate memory to hold the entire image
    219219  if(allocSections(reservedMem) == FALSE) {
    220         dprintf((LOG, "Failed to allocate image memory, rc %d", errorState));;
     220        dprintf((LOG, "Failed to allocate image memory for %s at %x, rc %d", szFileName, oh.ImageBase, errorState));;
    221221        goto failure;
    222222  }
Note: See TracChangeset for help on using the changeset viewer.