Changeset 47683 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 12, 2013 11:09:09 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r47682 r47683 236 236 * must be cleared by software. 237 237 * 238 * The following s ection says the GD bit is always cleared239 * when generating a #DB so the handler can safely access240 * the debug registers.238 * The following sub chapters says the GD bit is always 239 * cleared when generating a #DB so the handler can safely 240 * access the debug registers. 241 241 */ 242 242 pCtx->dr[6] &= ~X86_DR6_B_MASK; -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r47682 r47683 9155 9155 * Note that the I/O breakpoint type is undefined if CR4.DE is 0. 9156 9156 */ 9157 intrc2 = hmR0VmxSaveGuestDR7(pVCpu, pMixedCtx);9157 rc2 = hmR0VmxSaveGuestDR7(pVCpu, pMixedCtx); 9158 9158 AssertRCReturn(rc2, rc2); 9159 9159
Note:
See TracChangeset
for help on using the changeset viewer.