Changeset 50842 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2014 1:17:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r50009 r50842 135 135 Assert(pVCpu->vmm.s.cCallRing3Disabled < 16); 136 136 if (ASMAtomicIncU32(&pVCpu->vmm.s.cCallRing3Disabled) == 1) /** @todo replace with unordered variant (ASMAtomicUoIncU32). */ 137 { 137 { /** @todo See @bugref{6208} c36 for impl. diff. */ 138 138 /** @todo it might make more sense to just disable logging here, then we 139 139 * won't flush away important bits... but that goes both ways really. */
Note:
See TracChangeset
for help on using the changeset viewer.