Changeset 2969 for trunk/kLdr/kLdrModMachO.c
- Timestamp:
- Feb 14, 2007, 12:14:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModMachO.c
r2968 r2969 619 619 || kLdrHlpStrNComp(pSect->segname, (pSect - 1)->segname, sizeof(pSect->segname))) 620 620 { 621 #if 0 /** @todo This doesn't work because of BSS. */ 621 622 /* verify that the linker/assembler has ordered sections correctly. */ 622 623 section_32_t *pCur = (pSect - 2); … … 627 628 pCur--; 628 629 } 630 #endif 629 631 630 632 /* ok. count it and the string. */
Note:
See TracChangeset
for help on using the changeset viewer.