VirtualBox

Ignore:
Timestamp:
May 26, 2008 4:02:50 PM (17 years ago)
Author:
vboxsync
Message:

Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in CSAM about parameter flags.
Instead use DIS_IS_EFFECTIVE_ADDRESS.

File:
1 edited

Legend:

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

    r9011 r9131  
    474474    memset(pParamVal, 0, sizeof(*pParamVal));
    475475
    476     if (pParam->flags & (USE_BASE|USE_INDEX|USE_DISPLACEMENT32|USE_DISPLACEMENT16|USE_DISPLACEMENT8|USE_RIPDISPLACEMENT32))
     476    if (DIS_IS_EFFECTIVE_ADDR(pParam->flags))
    477477    {
    478478        // Effective address
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