VirtualBox

Changeset 30232 in vbox


Ignore:
Timestamp:
Jun 16, 2010 9:33:36 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62722
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r30231 r30232  
    33873387
    33883388    /* 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);
    33903390    if (RT_SUCCESS(rc))
    33913391    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette