VirtualBox

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


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

DISOPPARAM: s/parval/uValue/ + doc

File:
1 edited

Legend:

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

    r41739 r41741  
    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.uValue & 0xff));
     3707                        intInfo2  = pDis->Param1.uValue & 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