Changeset 46018 in vbox
- Timestamp:
- May 13, 2013 1:51:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46004 r46018 2506 2506 if (u8PendingPriority <= u8TprPriority) 2507 2507 u32TprThreshold = u8PendingPriority; 2508 else 2509 u32TprThreshold = u8TprPriority; /* Required for Vista 64-bit guest, see @bugref{6398}. */ 2508 2510 } 2509 2511 Assert(!(u32TprThreshold & 0xfffffff0)); /* Bits 31:4 MBZ. */
Note:
See TracChangeset
for help on using the changeset viewer.