VirtualBox

Changeset 47518 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Aug 2, 2013 12:26:46 AM (11 years ago)
Author:
vboxsync
Message:

Found more details, extended the hack a little to be on the safe side (hopefully).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r44529 r47518  
    346346        /* The loader and/or ld64-97.17 seems not to generate fixups for our
    347347           __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. */
    349351        if (   (int64_t)u64Tmp != (int32_t)u64Tmp
    350352            && pVtgHdr->u64VtgObjSectionStart != uVtgHdrAddr
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette