Changeset 5962 for trunk/src


Ignore:
Timestamp:
Jun 11, 2001, 11:49:36 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r5128 r5962  
    1 /* $Id: winexebase.cpp,v 1.14 2001-02-14 10:36:45 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.15 2001-06-11 09:49:36 phaller Exp $ */
    22
    33/*
     
    112112  //Set default FPU control word (no exceptions); same as in NT
    113113  CONTROL87(0x27F, 0xFFF);
    114   dprintf(("Start exe"));
     114 
     115  dprintf(("KERNEL32: Win32ExeBase::start exe at %08xh\n",
     116          (void*)entryPoint ));
    115117  rc = ((WIN32EXEENTRY)entryPoint)(NULL);
    116118  RestoreOS2TIB();
Note: See TracChangeset for help on using the changeset viewer.