VirtualBox

Changeset 9912 in vbox


Ignore:
Timestamp:
Jun 25, 2008 12:16:35 PM (16 years ago)
Author:
vboxsync
Message:

Fixed bustage when the 64-bit address operand was changed to USE_DISPLACEMENT64 (or whatever it was). To run the testcases: kmk test

File:
1 edited

Legend:

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

    r9792 r9912  
    25562556        case OP_XCHG:
    25572557        case OP_XOR:
    2558             if (pCpu->param1.flags & (USE_BASE | USE_INDEX | USE_DISPLACEMENT32 | USE_DISPLACEMENT16 | USE_DISPLACEMENT8 | USE_RIPDISPLACEMENT32))
     2558            if (pCpu->param1.flags & (USE_BASE | USE_INDEX | USE_DISPLACEMENT64 | USE_DISPLACEMENT32 | USE_DISPLACEMENT16 | USE_DISPLACEMENT8 | USE_RIPDISPLACEMENT32))
    25592559                return;
    25602560            break;
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