Changeset 40975 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Apr 18, 2012 2:49:24 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VM.cpp
r40274 r40975 72 72 73 73 #include <VBox/sup.h> 74 #if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_WITH_NATIVE_DTRACE) 75 # include <VBox/VBoxTpG.h> 76 #endif 74 77 #include <VBox/dbg.h> 75 78 #include <VBox/err.h> … … 156 159 return VINF_SUCCESS; 157 160 161 #if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_WITH_NATIVE_DTRACE) 162 //SUPR3TracerRegisterModule(&g_VTGObjHeader, "VBoxVMM"); 163 #endif 164 158 165 /* 159 166 * We're done. … … 162 169 return VINF_SUCCESS; 163 170 } 164 165 171 166 172
Note:
See TracChangeset
for help on using the changeset viewer.