Changeset 2871 for trunk/kLdr/kLdrDyld.c


Ignore:
Timestamp:
Nov 12, 2006, 7:16:41 AM (19 years ago)
Author:
bird
Message:

More testing and another bug fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyld.c

    r2870 r2871  
    726726            if (pMod->InitTerm.pNext)
    727727                pMod->InitTerm.pNext->InitTerm.pPrev = NULL;
     728            else
     729                g_pkLdrDyldInitTail = NULL;
     730            pMod->fInitList = 0;
    728731            rc = kldrDyldModCallInit(pMod);
    729732        }
Note: See TracChangeset for help on using the changeset viewer.