Changeset 20872 in vbox
- Timestamp:
- Jun 24, 2009 1:58:42 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r20871 r20872 127 127 if (++pVCpu->vmm.s.cCallRing3Disabled == 1) 128 128 { 129 /** @todo it might make more sense to just disable logging here, then we 130 * won't flush away important bits... but that goes both ways really. */ 129 131 #ifdef IN_RC 130 132 pVCpu->pVMRC->vmm.s.fRCLoggerFlushingDisabled = true; 131 133 #else 134 # ifdef LOG_ENABLED 132 135 if (pVCpu->vmm.s.pR0LoggerR0) 133 136 pVCpu->vmm.s.pR0LoggerR0->fFlushingDisabled = true; 137 # endif 134 138 #endif 135 139 } … … 152 156 pVCpu->pVMRC->vmm.s.fRCLoggerFlushingDisabled = false; 153 157 #else 158 # ifdef LOG_ENABLED 154 159 if (pVCpu->vmm.s.pR0LoggerR0) 155 160 pVCpu->vmm.s.pR0LoggerR0->fFlushingDisabled = false; 161 # endif 156 162 #endif 157 163 }
Note:
See TracChangeset
for help on using the changeset viewer.

