Changeset 67875 in vbox
- Timestamp:
- Jul 10, 2017 12:11:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r67662 r67875 5395 5395 if (RT_SUCCESS(rcStrict)) 5396 5396 { 5397 if (!fRipUpdated) 5397 /* Only update the RIP if we're continuing guest execution and not 5398 in the case of say VINF_GIM_R3_HYPERCALL. */ 5399 if ( rcStrict == VINF_SUCCESS 5400 && !fRipUpdated) 5401 { 5398 5402 hmR0SvmAdvanceRipHwAssist(pVCpu, pCtx, 3 /* cbInstr */); 5403 } 5399 5404 5400 5405 /* If the hypercall or TPR patching changes anything other than guest's general-purpose registers,
Note:
See TracChangeset
for help on using the changeset viewer.