Changeset 91688 in vbox for trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
- Timestamp:
- Oct 12, 2021 12:21:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
r91676 r91688 808 808 AssertRCReturn(rc, rc); 809 809 SUPR0Printf("NEMR0InitVMPart2\n"); LogRel(("2: NEMR0InitVMPart2\n")); 810 #ifdef NEM_WIN_WITH_RING0_RUNLOOP 810 811 Assert(pGVM->nemr0.s.fMayUseRing0Runloop == false); 812 #endif 811 813 812 814 /* … … 825 827 pGVM->nemr0.s.IoCtlGetPartitionProperty = Copy; 826 828 829 #ifdef NEM_WIN_WITH_RING0_RUNLOOP 827 830 pGVM->nemr0.s.fMayUseRing0Runloop = pGVM->nem.s.fUseRing0Runloop; 828 831 … … 855 858 if (RT_SUCCESS(rc)) 856 859 pGVM->nemr0.s.IoCtlMessageSlotHandleAndGetNext = Copy; 860 #endif 857 861 858 862 if ( RT_SUCCESS(rc)
Note:
See TracChangeset
for help on using the changeset viewer.