Changeset 19609 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 12, 2009 12:10:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TM.cpp
r19538 r19609 1674 1674 VMMR3DECL(void) TMR3TimerQueuesDo(PVM pVM) 1675 1675 { 1676 /** Note: temporarily restrict this to VCPU 0. */ 1677 if (VMMGetCpuId(pVM) != 0) 1678 return; 1679 1676 1680 /* 1677 1681 * Only one EMT should be doing this at a time.
Note:
See TracChangeset
for help on using the changeset viewer.