Changeset 2874 for trunk/kLdr/kLdrDyld.c
- Timestamp:
- Nov 12, 2006, 8:34:03 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyld.c
r2871 r2874 227 227 * 228 228 * @param pArgs Pointer to the argument package residing in the executable stub. 229 */ 230 void kldrDoDyldLoadExe(PKLDREXEARGS pArgs) 229 * @param pvOS OS specific argument. 230 */ 231 #ifndef __OS2__ 232 void kLdrDyldLoadExe(PKLDREXEARGS pArgs, void *pvOS) 233 #else 234 void kldrDyldLoadExe(PKLDREXEARGS pArgs, void *pvOS) 235 #endif 231 236 { 232 237 void *pvStack;
Note:
See TracChangeset
for help on using the changeset viewer.