VirtualBox

Changeset 12801 in vbox for trunk/src


Ignore:
Timestamp:
Sep 29, 2008 1:56:34 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37148
Message:

Lidt/lgdt emulation fix for 16 bits operand size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r12786 r12801  
    22532253    X86XDTR32   dtr32;
    22542254
    2255     LogFlow(("Emulate %s at %VGv\n", emGetMnemonic(pCpu), pRegFrame->rip));
     2255    Log(("Emulate %s at %VGv\n", emGetMnemonic(pCpu), pRegFrame->rip));
    22562256
    22572257    /* Only for the VT-x real-mode emulation case. */
     
    22752275    rc = emRamRead(pVM, &dtr32, pParam1, sizeof(dtr32));
    22762276    AssertRCReturn(rc, VERR_EM_INTERPRETER);
     2277
     2278    if (!(pCpu->prefix & PREFIX_OPSIZE))
     2279        dtr32.uAddr &= 0xffffff; /* 16 bits operand size */
    22772280
    22782281    if (pCpu->pCurInstr->opcode == OP_LIDT)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette