VirtualBox

Changeset 55890 in vbox for trunk


Ignore:
Timestamp:
May 17, 2015 6:06:25 PM (10 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp

    r55889 r55890  
    495495        if (pType->enmKind != PGMVIRTHANDLERKIND_HYPERVISOR)
    496496        {
    497             PVMCPU pVCpu = VMMGetCpu(pVM);
    498 
    499497            pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_UPDATE_PAGE_BIT_VIRTUAL | PGM_SYNC_CLEAR_PGM_POOL;
    500498            VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
     
    567565 * @thread  EMT(pVCpu)
    568566 */
    569 VMM_INT_DECL(int) PGMHandlerVirtualDeregister(PVM pVM, PVMCPU pVCpu, RTGCPTR GCPtr, bool fHypervisor)
     567VMMR3_INT_DECL(int) PGMHandlerVirtualDeregister(PVM pVM, PVMCPU pVCpu, RTGCPTR GCPtr, bool fHypervisor)
    570568{
    571569    pgmLock(pVM);
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