VirtualBox

Changeset 30808 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 13, 2010 4:50:39 PM (14 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r30807 r30808  
    34763476        {
    34773477            /* Postpone the unmap operation (which requires a rendezvous operation) as we own the PGM lock here. */
    3478             int rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM);
     3478            rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM);
    34793479            AssertRC(rc);
    34803480        }
Note: See TracChangeset for help on using the changeset viewer.

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