Changeset 3406 for trunk/src


Ignore:
Timestamp:
Apr 16, 2000, 8:05:04 PM (25 years ago)
Author:
sandervl
Message:

fpu control word set to 0x27F when calling exe entrypoint

File:
1 edited

Legend:

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

    r3059 r3406  
    1 /* $Id: winexebase.cpp,v 1.7 2000-03-09 19:03:21 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.8 2000-04-16 18:05:04 sandervl Exp $ */
    22
    33/*
     
    118118  tlsAttachThread();    //setup TLS (main thread)
    119119
     120  //Set default FPU control word (no exceptions); same as in NT
     121  _control87(0x27F, 0xFFF);
    120122  rc = ((WIN32EXEENTRY)entryPoint)(NULL);
    121123  RestoreOS2TIB();
Note: See TracChangeset for help on using the changeset viewer.