Changeset 41332 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- May 16, 2012 11:41:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r41330 r41332 771 771 ulBit = ulMSR; 772 772 } 773 else 774 if ( ulMSR >= 0xC0000000 775 && ulMSR <= 0xC0001FFF) 773 else if ( ulMSR >= 0xC0000000 774 && ulMSR <= 0xC0001FFF) 776 775 { 777 776 /* AMD Sixth Generation x86 Processor MSRs */ … … 934 933 935 934 /** 936 * Checks for pending guest interrupts and injects them into the guest.935 * Checks for pending guest interrupts and injects them. 937 936 * 938 937 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.