VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2012 12:39:37 AM (13 years ago)
Author:
vboxsync
Message:

DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary cpu mode setting before calilng the API.

File:
1 edited

Legend:

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

    r41735 r41736  
    29822982            PDISCPUSTATE pDis = &pVCpu->hwaccm.s.DisState;
    29832983
    2984             pDis->mode = enmMode;
     2984            pDis->uCpuMode = enmMode;
    29852985            rc = EMInterpretDisasOneEx(pVM, pVCpu, pbCode, pRegFrame, pDis, &cbOp);
    29862986            Assert(RT_FAILURE(rc) || pDis->pCurInstr->opcode == OP_INVLPG);
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