Changeset 13864 in vbox
- Timestamp:
- Nov 5, 2008 2:01:00 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r13862 r13864 441 441 || iCmd == SUP_IOCTL_FAST_DO_HWACC_RUN 442 442 || iCmd == SUP_IOCTL_FAST_DO_NOP) 443 return supdrvIOCtlFast( uCmd, 0 /* @todo VMCPU id. */, &g_DevExt, pSession);443 return supdrvIOCtlFast(iCmd, 0 /* @todo VMCPU id. */, &g_DevExt, pSession); 444 444 return VBoxDrvDarwinIOCtlSlow(pSession, iCmd, pData, pProcess); 445 445 }
Note:
See TracChangeset
for help on using the changeset viewer.