Changeset 20491 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Jun 12, 2009 9:30:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.