Changeset 6133 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Jun 27, 2001, 9:09:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r6132 r6133 1 /* $Id: winexebase.cpp,v 1.1 7 2001-06-27 15:34:42sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.18 2001-06-27 19:09:36 sandervl Exp $ */ 2 2 3 3 /* … … 110 110 SetWin32TIB(); 111 111 112 //SvL: Leave this here. For some weird reason this affects performance113 // of floating point apps. (at least for one fortan benchmark)114 double tmp;115 112 //Set FPU control word to 0x27F (same as in NT) 116 113 CONTROL87(0x27F, 0xFFF); 117 114 dprintf(("KERNEL32: Win32ExeBase::start exe at %08xh\n", 118 115 (void*)entryPoint )); 119 rc = ((WIN32EXEENTRY)entryPoint)(NULL);116 rc = CallEntryPoint(entryPoint, NULL); 120 117 RestoreOS2TIB(); 121 118
Note:
See TracChangeset
for help on using the changeset viewer.