Changeset 29457 in vbox for trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
- Timestamp:
- May 14, 2010 10:10:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r29424 r29457 969 969 ASMAtomicWriteU32(&pVCpu->idHostCpu, RTMpCpuId()); 970 970 971 int rc = GMMR0CheckSharedModules(pVM, idCpu);971 int rc = vmmR0CallRing3SetJmp(&pVCpu->vmm.s.CallRing3JmpBufR0, GMMR0CheckSharedModules, pVM, pVCpu); /* this may resume code. */ 972 972 973 973 /* Clear the VCPU context. */
Note:
See TracChangeset
for help on using the changeset viewer.