Changeset 62869 in vbox for trunk/src/VBox/VMM/tools
- Timestamp:
- Aug 2, 2016 12:01:23 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109465
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
r62776 r62869 210 210 211 211 212 #if 0 /* unused */ 212 213 static bool msrProberWrite(uint32_t uMsr, uint64_t uValue) 213 214 { … … 217 218 return RT_SUCCESS(rc) && !fGp; 218 219 } 220 #endif 219 221 220 222 … … 299 301 300 302 303 #if 0 /* currently unused */ 301 304 /** 302 305 * Tries to modify one bit. … … 339 342 return 0; 340 343 } 344 #endif 341 345 342 346
Note:
See TracChangeset
for help on using the changeset viewer.