Changeset 12593 in vbox
- Timestamp:
- Sep 19, 2008 9:44:35 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r12578 r12593 294 294 pCtx->dr6 = ASMGetDR6(); 295 295 296 /* Restore the host's debug state. DR0-3, DR6 and only then DR7! */ 296 /* Restore the host's debug state. DR0-3, DR6 and only then DR7! 297 * DR7 contains 0x400 right now. 298 */ 297 299 ASMSetDR0(pVM->cpum.s.Host.dr0); 298 300 ASMSetDR1(pVM->cpum.s.Host.dr1); … … 323 325 pVM->cpum.s.Host.dr3 = ASMGetDR3(); 324 326 pVM->cpum.s.Host.dr6 = ASMGetDR6(); 327 /* @todo dr7 might already have been changed to 0x400; don't care right now as it's harmless. */ 325 328 pVM->cpum.s.Host.dr7 = ASMGetDR7(); 326 329 /* Make sure DR7 is harmless or else we could trigger breakpoints when restoring dr0-3 (!) */
Note:
See TracChangeset
for help on using the changeset viewer.