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