Changeset 49396 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 5, 2013 6:40:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp
r49395 r49396 1094 1094 { 1095 1095 SUPR0Printf("supdrvDTraceInit: Failed to resolved '%s' (i=%u).\n", s_aDTraceFunctions[i].pszName, i); 1096 break; 1097 } 1098 SUPR0Printf("supdrvDTraceInit: '%s' -> %lx.\n", s_aDTraceFunctions[i].pszName, ulAddr); 1096 return NULL; 1097 } 1099 1098 *s_aDTraceFunctions[i].ppfn = (PFNRT)ulAddr; 1100 1099 # endif … … 1105 1104 if (RT_FAILURE(rc)) 1106 1105 return NULL; 1106 # else 1107 /** @todo grab a reference to the dtrace module... */ 1107 1108 # endif 1108 1109 #endif
Note:
See TracChangeset
for help on using the changeset viewer.