Changeset 47683 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Aug 12, 2013 11:09:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.