Changeset 61582 in vbox for trunk/src/VBox
- Timestamp:
- Jun 8, 2016 2:36:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r61581 r61582 2319 2319 if (!fActive) 2320 2320 { 2321 ASMAtomic WriteBool(pfActiveLine, false);2321 ASMAtomicCmpXchgBool(pfActiveLine, false, true); 2322 2322 break; 2323 2323 }
Note:
See TracChangeset
for help on using the changeset viewer.