Changeset 211 in vbox for trunk/src/VBox
- Timestamp:
- Jan 21, 2007 4:38:25 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r1 r211 262 262 * @param cb The value size in bytes. 263 263 */ 264 #undef LOG_GROUP 265 #define LOG_GROUP LOG_GROUP_DEV_VMM_BACKDOOR 266 264 267 static DECLCALLBACK(int) vmmdevBackdoorLog(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb) 265 268 { … … 299 302 return VINF_SUCCESS; 300 303 } 304 #undef LOG_GROUP 305 #define LOG_GROUP LOG_GROUP_DEV_VMM 301 306 302 307 #ifdef TIMESYNC_BACKDOOR
Note:
See TracChangeset
for help on using the changeset viewer.