VirtualBox

Ignore:
Timestamp:
Jun 24, 2009 2:19:29 AM (15 years ago)
Author:
vboxsync
Message:

VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.

File:
1 edited

Legend:

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

    r20873 r20874  
    178178    if (pVM->vmm.s.fRCLoggerFlushingDisabled)
    179179        return VINF_SUCCESS; /* fail quietly. */
    180     return VMMRZCallRing3NoCpu(pVM, VMMCALLHOST_VMM_LOGGER_FLUSH, 0);
     180    return VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_VMM_LOGGER_FLUSH, 0);
    181181}
    182182
     
    194194        if (pVM->vmm.s.fRCLoggerFlushingDisabled)
    195195            return; /* fail quietly. */
    196         VMMRZCallRing3NoCpu(pVM, VMMCALLHOST_VMM_LOGGER_FLUSH, 0);
     196        VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_VMM_LOGGER_FLUSH, 0);
    197197    }
    198198}
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