Changeset 30232 in vbox
- Timestamp:
- Jun 16, 2010 9:33:36 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r30231 r30232 3387 3387 3388 3388 /* Must be callable from any thread, so can't use VMMR3CallR0. */ 3389 rc = SUPR3CallVMMR0Ex(pVM->pVMR0, pVCpu->idCpu, VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr);3389 rc = SUPR3CallVMMR0Ex(pVM->pVMR0, VMMGetCpuId(pVM), VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr); 3390 3390 if (RT_SUCCESS(rc)) 3391 3391 {
Note:
See TracChangeset
for help on using the changeset viewer.