VirtualBox

Changeset 46018 in vbox


Ignore:
Timestamp:
May 13, 2013 1:51:10 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Fix Vista 64-bit guests to work again.

File:
1 edited

Legend:

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

    r46004 r46018  
    25062506                if (u8PendingPriority <= u8TprPriority)
    25072507                    u32TprThreshold = u8PendingPriority;
     2508                else
     2509                    u32TprThreshold = u8TprPriority;             /* Required for Vista 64-bit guest, see @bugref{6398}. */
    25082510            }
    25092511            Assert(!(u32TprThreshold & 0xfffffff0));             /* Bits 31:4 MBZ. */
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