Ignore:
Timestamp:
Jun 27, 2001, 9:09:36 PM (24 years ago)
Author:
sandervl
Message:

stack alignment change

File:
1 edited

Legend:

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

    r6132 r6133  
    1 /* $Id: winexebase.cpp,v 1.17 2001-06-27 15:34:42 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.18 2001-06-27 19:09:36 sandervl Exp $ */
    22
    33/*
     
    110110  SetWin32TIB();
    111111
    112   //SvL: Leave this here. For some weird reason this affects performance
    113   //     of floating point apps. (at least for one fortan benchmark)
    114   double tmp;
    115112  //Set FPU control word to 0x27F (same as in NT)
    116113  CONTROL87(0x27F, 0xFFF);
    117114  dprintf(("KERNEL32: Win32ExeBase::start exe at %08xh\n",
    118115          (void*)entryPoint ));
    119   rc = ((WIN32EXEENTRY)entryPoint)(NULL);
     116  rc = CallEntryPoint(entryPoint, NULL);
    120117  RestoreOS2TIB();
    121118
Note: See TracChangeset for help on using the changeset viewer.