- Timestamp:
- May 17, 2013 7:28:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r46149 r46151 1033 1033 while ( iRelocs < pThis->Ehdr.e_shnum 1034 1034 && ( pThis->paShdrs[iRelocs].sh_info != iDbgInfo 1035 || pThis->paShdrs[iRelocs].sh_type != SHT_REL1036 || pThis->paShdrs[iRelocs].sh_type != SHT_RELA))1035 || ( pThis->paShdrs[iRelocs].sh_type != SHT_REL 1036 && pThis->paShdrs[iRelocs].sh_type != SHT_RELA)) ) 1037 1037 iRelocs++; 1038 1038 }
Note:
See TracChangeset
for help on using the changeset viewer.