Changeset 43394 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Sep 21, 2012 11:11:17 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r43379 r43394 515 515 */ 516 516 if ( iCmd == SUP_IOCTL_FAST_DO_RAW_RUN 517 || iCmd == SUP_IOCTL_FAST_DO_H WACC_RUN517 || iCmd == SUP_IOCTL_FAST_DO_HM_RUN 518 518 || iCmd == SUP_IOCTL_FAST_DO_NOP) 519 519 return supdrvIOCtlFast(iCmd, *(uint32_t *)pData, &g_DevExt, pSession);
Note:
See TracChangeset
for help on using the changeset viewer.