VirtualBox

Changeset 15961 in vbox for trunk


Ignore:
Timestamp:
Jan 15, 2009 12:29:28 PM (16 years ago)
Author:
vboxsync
Message:

missed relocation type in ASM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/Disasm.cpp

    r13835 r15961  
    381381                }
    382382                else
     383                if(pParam1->flags & USE_IMMEDIATE64_REL)
     384                {
     385                    /* @todo: is this correct? */
     386                    disp = (int32_t)pParam1->parval;
     387                }
     388                else
    383389                {
    384390                    AssertMsgFailed(("Oops!\n"));
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