- Timestamp:
- Jun 12, 2009 9:30:26 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r20462 r20491 1027 1027 idCpuCheck = RTMpCpuId(); 1028 1028 #endif 1029 #ifdef LOG_ LOGGING1029 #ifdef LOG_ENABLED 1030 1030 VMMR0LogFlushDisable(pVCpu); 1031 1031 #endif … … 1324 1324 1325 1325 /* Note! NOW IT'S SAFE FOR LOGGING! */ 1326 #ifdef LOG_ LOGGING1326 #ifdef LOG_ENABLED 1327 1327 VMMR0LogFlushEnable(pVCpu); 1328 1328 #endif -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r20330 r20491 2273 2273 idCpuCheck = RTMpCpuId(); 2274 2274 #endif 2275 #ifdef LOG_ LOGGING2275 #ifdef LOG_ENABLED 2276 2276 VMMR0LogFlushDisable(pVCpu); 2277 2277 #endif … … 2377 2377 2378 2378 /* Note! NOW IT'S SAFE FOR LOGGING! */ 2379 #ifdef LOG_ LOGGING2379 #ifdef LOG_ENABLED 2380 2380 VMMR0LogFlushEnable(pVCpu); 2381 2381 #endif
Note:
See TracChangeset
for help on using the changeset viewer.