Ignore:
Timestamp:
Feb 14, 2001, 11:36:45 AM (25 years ago)
Author:
sandervl
Message:

TLS index allocation + RtlUnwind fixes

File:
1 edited

Legend:

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

    r5090 r5128  
    1 /* $Id: winexebase.cpp,v 1.13 2001-02-11 10:34:45 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.14 2001-02-14 10:36:45 sandervl Exp $ */
    22
    33/*
     
    110110  SetWin32TIB();
    111111
    112   //Allocate TLS index for this module
    113   tlsAlloc();
    114   tlsAttachThread();    //setup TLS (main thread)
    115 
    116112  //Set default FPU control word (no exceptions); same as in NT
    117113  CONTROL87(0x27F, 0xFFF);
Note: See TracChangeset for help on using the changeset viewer.