Changeset 49284 in vbox
- Timestamp:
- Oct 25, 2013 9:45:30 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49283 r49284 3710 3710 else 3711 3711 #endif 3712 if ( CPUMIsGuestDebugStateActive(pVCpu))3712 if (!CPUMIsGuestDebugStateActive(pVCpu)) 3713 3713 { 3714 3714 CPUMR0LoadGuestDebugState(pVCpu, true /* include DR6 */); … … 3717 3717 STAM_COUNTER_INC(&pVCpu->hm.s.StatDRxArmed); 3718 3718 } 3719 Assert(!fInterceptDB); 3720 Assert(!fInterceptMovDRx); 3719 3721 } 3720 3722 /*
Note:
See TracChangeset
for help on using the changeset viewer.