Changeset 46671 in vbox
- Timestamp:
- Jun 19, 2013 3:49:34 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46670 r46671 4242 4242 DR6 and DR7 are updated to what the exception handler expects. See AMD spec. 15.12.2 "#DB (Debug)". */ 4243 4243 PVM pVM = pVCpu->CTX_SUFF(pVM); 4244 rc = DBGFRZTrap01Handler(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx), pCtx->dr[6]);4244 int rc = DBGFRZTrap01Handler(pVM, pVCpu, CPUMCTX2CORE(pCtx), pCtx->dr[6]); 4245 4245 if (rc == VINF_EM_RAW_GUEST_TRAP) 4246 4246 { … … 4263 4263 Event.n.u8Vector = X86_XCPT_DB; 4264 4264 hmR0SvmSetPendingEvent(pVCpu, &Event, 0 /* GCPtrFaultAddress */); 4265 4265 4266 rc = VINF_SUCCESS; 4266 4267 }
Note:
See TracChangeset
for help on using the changeset viewer.

