- Timestamp:
- May 7, 2009 12:56:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TM.cpp
r19444 r19485 1516 1516 */ 1517 1517 VM_FF_CLEAR(pVM, VM_FF_TIMER); 1518 if (!ASMBitTestAndSet(&pVM->tm.s.fRunningQueues, 0)) 1518 if (ASMBitTestAndSet(&pVM->tm.s.fRunningQueues, 0)) 1519 { 1520 Assert(pVM->cCPUs > 1); 1519 1521 return; 1522 } 1520 1523 1521 1524 STAM_PROFILE_START(&pVM->tm.s.StatDoQueues, a);
Note:
See TracChangeset
for help on using the changeset viewer.