VirtualBox

Changeset 12790 in vbox


Ignore:
Timestamp:
Sep 29, 2008 11:54:00 AM (16 years ago)
Author:
vboxsync
Message:

Correction for address size override in 16 bits mode.

File:
1 edited

Legend:

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

    r11490 r12790  
    781781            {
    782782                /* 32 bits displacement */
    783                 if (pCpu->mode == CPUMODE_32BIT)
     783                if (pCpu->mode != CPUMODE_64BIT)
    784784                {
    785785                    pParam->flags |= USE_DISPLACEMENT32;
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