Changeset 64881 in vbox
- Timestamp:
- Dec 15, 2016 2:56:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r64880 r64881 3438 3438 if (u8PendingPriority <= u8TprPriority) 3439 3439 u32TprThreshold = u8PendingPriority; 3440 else3441 u32TprThreshold = u8TprPriority; /* Required for Vista 64-bit guest, see @bugref{6398}. */3442 3440 } 3443 3441
Note:
See TracChangeset
for help on using the changeset viewer.