- Timestamp:
- May 21, 2007 12:57:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r2507 r2730 25 25 *******************************************************************************/ 26 26 #define LOG_GROUP LOG_GROUP_VMM 27 #ifdef __AMD64__ /** @todo fix logging on __AMD64__ (swapgs) - this has been fixed now. please remove. */28 # define LOG_DISABLED29 #endif30 27 #include <VBox/vmm.h> 31 28 #include <VBox/sup.h> … … 61 58 62 59 60 #ifndef __AMD64__ /* causes crashes in Vista here; disabling for now */ 63 61 #ifdef DEBUG 64 62 #define DEBUG_NO_RING0_ASSERTIONS … … 67 65 #endif 68 66 #endif 67 #endif 69 68 70 69 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.