Changeset 3588 for trunk/kStuff/kLdr/kLdrMod.c
- Timestamp:
- Sep 4, 2007, 10:48:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kLdr/kLdrMod.c
r3585 r3588 335 335 * Checks if this module can be executed by the specified arch+cpu. 336 336 * 337 * @returns 0 if it can, K LDR_ERR_ARCH_CPU_NOT_COMPATIBLE if it can't.337 * @returns 0 if it can, KCPU_ERR_ARCH_CPU_NOT_COMPATIBLE if it can't. 338 338 * Other failures may occur and cause other return values. 339 339 * @param pMod The module.
Note:
See TracChangeset
for help on using the changeset viewer.