Changeset 38891 in vbox
- Timestamp:
- Sep 27, 2011 5:55:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r38323 r38891 974 974 * We check the two prereqs after doing this only to allow the compiler to optimize things better. 975 975 */ 976 if (RT_LIKELY( RT_VALID_PTR(pSession) 977 && pSession->pVM 976 if (RT_LIKELY( RT_VALID_PTR(pSession) 977 && pSession->pVM 978 978 && pDevExt->pfnVMMR0EntryFast)) 979 979 {
Note:
See TracChangeset
for help on using the changeset viewer.