VirtualBox

Changeset 45895 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 3, 2013 12:13:20 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Remove redundant and slightly misleading comment.

File:
1 edited

Legend:

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

    r45894 r45895  
    45804580DECLINLINE(void) hmR0VmxSetPendingXcptDF(PVMCPU pVCpu, PCPUMCTX pMixedCtx)
    45814581{
    4582     /* Inject the double-fault. */
    45834582    uint32_t u32IntrInfo = X86_XCPT_DF | VMX_EXIT_INTERRUPTION_INFO_VALID;
    45844583    u32IntrInfo         |= (VMX_EXIT_INTERRUPTION_INFO_TYPE_HW_XCPT << 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