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/kernel32/exceptions.cpp

    r3547 r3872  
    1 /* $Id: exceptions.cpp,v 1.41 2000-05-18 09:08:37 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.42 2000-07-20 18:06:59 sandervl Exp $ */
    22
    33/*
     
    310310  if(!pRecord)
    311311  {
    312     record.ExceptionCode    = STATUS_INVALID_DISPOSITION;
     312    record.ExceptionCode    = STATUS_UNWIND;
    313313    record.ExceptionFlags   = 0;
    314314    record.ExceptionRecord  = NULL;
Note: See TracChangeset for help on using the changeset viewer.