Ignore:
Timestamp:
Jun 27, 2001, 3:35:47 PM (24 years ago)
Author:
sandervl
Message:

reset FPU before calling entrypoints; search executable in CreateProcess

File:
1 edited

Legend:

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

    r5959 r6129  
    1 /* $Id: winimagepeldr.cpp,v 1.87 2001-06-10 22:32:17 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.88 2001-06-27 13:35:47 sandervl Exp $ */
    22
    33/*
     
    775775        }
    776776    }
     777    if(fPageCmd == COMPLETE_SECTION && section->type == SECTION_DEBUG) {//ignore
     778        return TRUE;
     779    }
    777780    //Check range of pages with the same attributes starting at virtAddress
    778781    //(some pages might already have been loaded)
Note: See TracChangeset for help on using the changeset viewer.