Changeset 12109 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 4, 2008 9:00:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r12101 r12109 3696 3696 pReq->u.Out.fNeedsLoading = true; 3697 3697 RTSemFastMutexRelease(pDevExt->mtxLdr); 3698 3699 #if defined(RT_OS_WINDOWS) && defined(DEBUG) 3700 SUPR0Printf("VBoxDrv: windbg> .reload /f %s=%#p\n", pImage->szName, pImage->pvImage); 3701 #endif 3698 3702 return VINF_SUCCESS; 3699 3703 }
Note:
See TracChangeset
for help on using the changeset viewer.