Changeset 77441 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 22, 2019 8:53:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r77299 r77441 711 711 pgmUnlock(pVM); 712 712 rc = VMR3ReqPriorityCallWait(pVM, VMCPUID_ANY, (PFNRT)pgmR3PhysGCPhys2CCPtrDelegated, 4, 713 pVM, paGCPhysPages[iPage], &papvPages[iPage], &paLocks[iPage]);713 pVM, &paGCPhysPages[iPage], &papvPages[iPage], &paLocks[iPage]); 714 714 pgmLock(pVM); 715 715 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.