Changeset 82858 in vbox for trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
- Timestamp:
- Jan 26, 2020 2:11:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r82818 r82858 1444 1444 RTMemTmpFree(pErrInfo); 1445 1445 /** @todo Call RTLdrDone. */ 1446 kprintf("VBoxDrv: Loaded %s at %p\n", pImage->szName, pvImageBits); 1446 1447 return VINF_SUCCESS; 1447 1448 } … … 1994 1995 1995 1996 printf("%s", szMsg); 1997 kprintf("%s", szMsg); 1996 1998 1997 1999 IPRT_DARWIN_RESTORE_EFL_AC();
Note:
See TracChangeset
for help on using the changeset viewer.