VirtualBox

Changeset 41675 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 12, 2012 8:27:37 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78482
Message:

DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I just busted in the previous commit.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r41645 r41675  
    29722972     */
    29732973    DISCPUMODE enmMode = SELMGetCpuModeFromSelector(pVCpu, pRegFrame->eflags, pRegFrame->cs, &pRegFrame->csHid);
    2974     if (enmMode != CPUMODE_16BIT)
     2974    if (enmMode != DISCPUMODE_16BIT)
    29752975    {
    29762976        RTGCPTR pbCode;
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r41645 r41675  
    35853585                        X86EFLAGS eflags;
    35863586
    3587                         if (pDis->prefix & PREFIX_OPSIZE)
     3587                        if (pDis->prefix & DISPREFIX_OPSIZE)
    35883588                        {
    35893589                            cbParm = 4;
     
    36273627                        X86EFLAGS eflags;
    36283628
    3629                         if (pDis->prefix & PREFIX_OPSIZE)
     3629                        if (pDis->prefix & DISPREFIX_OPSIZE)
    36303630                        {
    36313631                            cbParm = 4;
     
    36693669                        uint16_t  aIretFrame[3];
    36703670
    3671                         if (pDis->prefix & (PREFIX_OPSIZE | PREFIX_ADDRSIZE))
     3671                        if (pDis->prefix & (DISPREFIX_OPSIZE | DISPREFIX_ADDRSIZE))
    36723672                        {
    36733673                            rc = VERR_EM_INTERPRETER;
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