Changeset 27444 in vbox
- Timestamp:
- Mar 17, 2010 12:55:54 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r27442 r27444 2998 2998 if (rc == VINF_EM_RAW_GUEST_TRAP) 2999 2999 { 3000 /** @todo this isn't working, but we'll never get here normally. */3001 3002 3000 /* Update DR6 here. */ 3003 3001 pCtx->dr[6] = uDR6; 3004 3002 3003 /* Resync DR6 if the debug state is active. */ 3004 if (CPUMIsGuestDebugStateActive(pVCpu)) 3005 ASMSetDR6(pCtx->dr[6]); 3006 3005 3007 /* X86_DR7_GD will be cleared if drx accesses should be trapped inside the guest. */ 3006 3008 pCtx->dr[7] &= ~X86_DR7_GD;
Note:
See TracChangeset
for help on using the changeset viewer.