Ignore:
Timestamp:
Aug 17, 2000, 10:23:35 AM (25 years ago)
Author:
bird
Message:

Corrected some bugs.
Current known problem is that myldrOpen seems to destroy stack causing
the call to mytkExecPgm not return correctly and hence sysinit not to
release the ldrSem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/dev32/d32init.c

    r4018 r4025  
    1 /* $Id: d32init.c,v 1.19.4.4 2000-08-15 07:03:25 bird Exp $
     1/* $Id: d32init.c,v 1.19.4.5 2000-08-17 08:23:32 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    14351435        {(unsigned)&fakepPTDACur,           4},
    14361436        {(unsigned)&fakeptda_start,         4},
    1437         {(unsigned)&fakeptda_environ,       4}
     1437        {(unsigned)&fakeptda_environ,       4},
     1438        {(unsigned)&fakeptda_module,        4}
    14381439    };
    14391440    int i;
Note: See TracChangeset for help on using the changeset viewer.