Changeset 92837 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
- Timestamp:
- Dec 8, 2021 9:56:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r92718 r92837 587 587 SUPR3DECL(bool) SUPR3IsDriverless(void) 588 588 { 589 Assert(g_cInits > 0); 590 return g_supLibData.fDriverless; 589 /* Assert(g_cInits > 0); - tstSSM does not initialize SUP, but SSM calls to 590 check status, so return driverless if not initialized. */ 591 return g_supLibData.fDriverless || g_cInits == 0; 591 592 } 592 593
Note:
See TracChangeset
for help on using the changeset viewer.