Changeset 72967 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Jul 8, 2018 10:38:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72966 r72967 10162 10162 * @returns Strict VBox status code (i.e. informational status codes too). 10163 10163 * @param pVCpu The cross context virtual CPU structure. 10164 * @param pCtx Pointer to the guest-CPU context.10165 */ 10166 VMMR0DECL(VBOXSTRICTRC) VMXR0RunGuestCode(PVMCPU pVCpu, PCPUMCTX pCtx) 10167 { 10164 */ 10165 VMMR0DECL(VBOXSTRICTRC) VMXR0RunGuestCode(PVMCPU pVCpu) 10166 { 10167 PCPUMCTX pCtx = &pVCpu->cpum.GstCtx; 10168 10168 Assert(VMMRZCallRing3IsEnabled(pVCpu)); 10169 10169 Assert(!ASMAtomicUoReadU64(&pCtx->fExtrn));
Note:
See TracChangeset
for help on using the changeset viewer.