- Timestamp:
- Jun 11, 2001, 11:49:36 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r5128 r5962 1 /* $Id: winexebase.cpp,v 1.1 4 2001-02-14 10:36:45 sandervlExp $ */1 /* $Id: winexebase.cpp,v 1.15 2001-06-11 09:49:36 phaller Exp $ */ 2 2 3 3 /* … … 112 112 //Set default FPU control word (no exceptions); same as in NT 113 113 CONTROL87(0x27F, 0xFFF); 114 dprintf(("Start exe")); 114 115 dprintf(("KERNEL32: Win32ExeBase::start exe at %08xh\n", 116 (void*)entryPoint )); 115 117 rc = ((WIN32EXEENTRY)entryPoint)(NULL); 116 118 RestoreOS2TIB();
Note:
See TracChangeset
for help on using the changeset viewer.