Changeset 2887 for trunk/kLdr/kLdrDyld.c
- Timestamp:
- Nov 18, 2006, 4:37:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyld.c
r2875 r2887 695 695 uint32_t iLoadEnd = kldrDyldStackFrameCompleted(); 696 696 if (rc) 697 { 698 kldrDyldModAddRef(pLoadedMod); 697 699 kldrDyldStackCleanupOne(pLoadedMod, rc); /* in case it didn't get pushed onto the stack. */ 700 kldrDyldModDeref(pLoadedMod); 701 } 698 702 699 703 /*
Note:
See TracChangeset
for help on using the changeset viewer.