- Timestamp:
- Jul 8, 2008 10:19:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r10391 r10392 845 845 { 846 846 bool fRc; 847 dprintf(("org_virtualbox_SupDrv::terminate: reference_count=%d g_cSessions=%d \n",848 KMOD_INFO_NAME.reference_count, ASMAtomicUoReadS32(&g_cSessions) ));847 dprintf(("org_virtualbox_SupDrv::terminate: reference_count=%d g_cSessions=%d (fOptions=%#x)\n", 848 KMOD_INFO_NAME.reference_count, ASMAtomicUoReadS32(&g_cSessions), fOptions)); 849 849 if ( KMOD_INFO_NAME.reference_count != 0 850 850 || ASMAtomicUoReadS32(&g_cSessions))
Note:
See TracChangeset
for help on using the changeset viewer.