Changeset 33 in kStuff
- Timestamp:
- Jul 1, 2009 9:22:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyldMod.c
r29 r33 77 77 78 78 /** @todo deal with fFlags (exec/dll) */ 79 /** @todo Check up the cpu architecture. */ 79 80 80 81 /* 81 82 * Try open an module interpreter. 82 83 */ 83 rc = kLdrModOpenFromRdr(pRdr, &pRawMod);84 rc = kLdrModOpenFromRdr(pRdr, 0 /*fFlags*/, KCPUARCH_UNKNOWN, &pRawMod); 84 85 if (rc) 85 86 return kldrDyldFailure(rc, "%s: %rc", kRdrName(pRdr), rc);
Note:
See TracChangeset
for help on using the changeset viewer.