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/winexebase.cpp

    r5962 r6129  
    1 /* $Id: winexebase.cpp,v 1.15 2001-06-11 09:49:36 phaller Exp $ */
     1/* $Id: winexebase.cpp,v 1.16 2001-06-27 13:35:46 sandervl Exp $ */
    22
    33/*
     
    110110  SetWin32TIB();
    111111
    112   //Set default FPU control word (no exceptions); same as in NT
    113   CONTROL87(0x27F, 0xFFF);
    114  
     112  //Reset FPU to default values (control word 0x27F; same as in NT)
     113  _fpreset();
    115114  dprintf(("KERNEL32: Win32ExeBase::start exe at %08xh\n",
    116115          (void*)entryPoint ));
Note: See TracChangeset for help on using the changeset viewer.