- Timestamp:
- May 22, 2007 1:40:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r2766 r2767 597 597 rc = pDevExt->pfnVMMR0Entry(pSession->pVM, VMMR0_DO_NOP, NULL); 598 598 break; 599 case SUP_IOCTL_FAST_DO_HWACC_RUN:600 rc = pDevExt->pfnVMMR0Entry(pSession->pVM, VMMR0_DO_TESTCASE_HWACCM_NOP, NULL);601 break;602 599 default: 603 600 rc = VERR_INTERNAL_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.