VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2012 1:31:29 AM (13 years ago)
Author:
vboxsync
Message:

DISCPUSTATE: s/param/Param/

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

Legend:

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

    r41737 r41739  
    29232923    NOREF(uASID);
    29242924
    2925     int rc = DISQueryParamVal(pRegFrame, pCpu, &pCpu->param1, &param1, DISQPVWHICH_SRC);
     2925    int rc = DISQueryParamVal(pRegFrame, pCpu, &pCpu->Param1, &param1, DISQPVWHICH_SRC);
    29262926    if (RT_FAILURE(rc))
    29272927        return VERR_EM_INTERPRETER;
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r41737 r41739  
    37043704                        uint32_t intInfo2;
    37053705
    3706                         LogFlow(("Realmode: INT %x\n", pDis->param1.parval & 0xff));
    3707                         intInfo2  = pDis->param1.parval & 0xff;
     3706                        LogFlow(("Realmode: INT %x\n", pDis->Param1.parval & 0xff));
     3707                        intInfo2  = pDis->Param1.parval & 0xff;
    37083708                        intInfo2 |= (1 << VMX_EXIT_INTERRUPTION_INFO_VALID_SHIFT);
    37093709                        intInfo2 |= (VMX_EXIT_INTERRUPTION_INFO_TYPE_SW << VMX_EXIT_INTERRUPTION_INFO_TYPE_SHIFT);
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