Ignore:
Timestamp:
Oct 9, 1999, 3:33:25 PM (26 years ago)
Author:
sandervl
Message:

Exception changes + fixes; don't switch FS selectors for Odin32 OS/2 apps

File:
1 edited

Legend:

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

    r956 r1221  
    1 /* $Id: oslibmisc.cpp,v 1.2 1999-09-15 23:38:01 sandervl Exp $ */
     1/* $Id: oslibmisc.cpp,v 1.3 1999-10-09 13:33:24 sandervl Exp $ */
    22
    33/*
     
    226226   {
    227227        case TIB_STACKTOP:
     228                return (ULONG)ptib->tib_pstacklimit;
     229        case TIB_STACKLOW:
    228230                return (ULONG)ptib->tib_pstack;
    229         case TIB_STACKLOW:
    230                 return (ULONG)ptib->tib_pstacklimit;
    231231        default:
    232232                return 0;
Note: See TracChangeset for help on using the changeset viewer.