VirtualBox

Changeset 914 in vbox for trunk/src/VBox/VMM/PDMDriver.cpp


Ignore:
Timestamp:
Feb 14, 2007 11:23:08 PM (18 years ago)
Author:
vboxsync
Message:

PVMR0 changes for darwin.

File:
1 edited

Legend:

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

    r23 r914  
    961961    if (    uOperation >= VMMR0_DO_SRV_START
    962962        &&  uOperation <  VMMR0_DO_SRV_END)
    963         rc = SUPCallVMMR0Ex(pDrvIns->Internal.s.pVM, uOperation, pvArg, cbArg);
     963        rc = SUPCallVMMR0Ex(pDrvIns->Internal.s.pVM->pVMR0, uOperation, pvArg, cbArg);
    964964    else
    965965    {
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