Changeset 47518 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 2, 2013 12:26:46 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp
r44529 r47518 346 346 /* The loader and/or ld64-97.17 seems not to generate fixups for our 347 347 __VTGObj section. Detect this by comparing them with the 348 u64VtgObjSectionStart member and assume max image size of 4MB. */ 348 u64VtgObjSectionStart member and assume max image size of 4MB. 349 Seems to be worked around by the __VTGPrLc.End and __VTGPrLc.Begin 350 padding fudge, meaning that the linker misplaced the relocations. */ 349 351 if ( (int64_t)u64Tmp != (int32_t)u64Tmp 350 352 && pVtgHdr->u64VtgObjSectionStart != uVtgHdrAddr
Note:
See TracChangeset
for help on using the changeset viewer.