VirtualBox

Changeset 60197 in vbox for trunk


Ignore:
Timestamp:
Mar 26, 2016 2:13:41 PM (9 years ago)
Author:
vboxsync
Message:

VBoxBs3ObjConverter: Got the IMAGE_REL_AMD64_REL32_* the wrong way around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r60139 r60197  
    24022402                        /** @todo Check whether OMF read addends from the data or relies on the
    24032403                         *        displacement. Also, check what it's relative to. */
    2404                         *uLoc.pu32 += paRelocs[iReloc].Type - IMAGE_REL_AMD64_REL32;
     2404                        *uLoc.pu32 -= paRelocs[iReloc].Type - IMAGE_REL_AMD64_REL32;
    24052405                        break;
    24062406
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