Changeset 91243 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 15, 2021 10:19:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r90439 r91243 4947 4947 int rc = PGMR3PoolGrow(pVM, VMMGetCpu(pVM)); 4948 4948 #else 4949 int rc = VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_PGM_POOL_GROW, 0);4949 int rc = PGMR0PoolGrow(pVM, VMMGetCpuId(pVM)); 4950 4950 #endif 4951 4951 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.