Changeset 914 in vbox for trunk/src/VBox/VMM/PDMDriver.cpp
- Timestamp:
- Feb 14, 2007 11:23:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDriver.cpp
r23 r914 961 961 if ( uOperation >= VMMR0_DO_SRV_START 962 962 && 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); 964 964 else 965 965 {
Note:
See TracChangeset
for help on using the changeset viewer.