VirtualBox

Ignore:
Timestamp:
May 16, 2012 11:41:39 AM (13 years ago)
Author:
vboxsync
Message:

VMM/VMMR0/HWVMXR0: cosmetics.

File:
1 edited

Legend:

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

    r41330 r41332  
    771771        ulBit    = ulMSR;
    772772    }
    773     else
    774     if (   ulMSR >= 0xC0000000
    775         && ulMSR <= 0xC0001FFF)
     773    else if (   ulMSR >= 0xC0000000
     774             && ulMSR <= 0xC0001FFF)
    776775    {
    777776        /* AMD Sixth Generation x86 Processor MSRs */
     
    934933
    935934/**
    936  * Checks for pending guest interrupts and injects them into the guest.
     935 * Checks for pending guest interrupts and injects them.
    937936 *
    938937 * @returns VBox status code.
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