Changeset 72788 in vbox for trunk/src/VBox
- Timestamp:
- Jul 2, 2018 9:12:47 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72784 r72788 4113 4113 * executing guest code so they'll trigger at the right time. 4114 4114 */ 4115 if (pMixedCtx->dr[7] & X86_DR7_ENABLED_MASK)4115 if (pMixedCtx->dr[7] & (X86_DR7_ENABLED_MASK | X86_DR7_GD)) 4116 4116 { 4117 4117 #if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS)
Note:
See TracChangeset
for help on using the changeset viewer.