Changeset 24179 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Oct 30, 2009 10:26:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r22438 r24179 242 242 else 243 243 LogRel((DEVICE_NAME ":VBoxDrvSolarisAttach: supdrvInitDevExt failed\n")); 244 RTR0Term ();244 RTR0TermForced(); 245 245 } 246 246 else … … 269 269 g_Spinlock = NIL_RTSPINLOCK; 270 270 271 RTR0Term ();271 RTR0TermForced(); 272 272 273 273 memset(&g_DevExt, 0, sizeof(g_DevExt));
Note:
See TracChangeset
for help on using the changeset viewer.