Changeset 2971
- Timestamp:
- Feb 14, 2007, 10:13:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModMachO.h
r2963 r2971 34 34 * Description of fat file item. 35 35 */ 36 struct fat_arch36 typedef struct fat_arch 37 37 { 38 38 int32_t cputype; … … 629 629 630 630 /** @todo symseg_command (LC_SYMSEG) */ 631 /** @todo ident_command (LC_IDENT) 631 /** @todo ident_command (LC_IDENT) */ 632 632 /** @todo fvmfile_command (LC_FVMFILE) */ 633 633
Note:
See TracChangeset
for help on using the changeset viewer.