Changeset 32954 in vbox
- Timestamp:
- Oct 6, 2010 3:54:53 PM (14 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r32953 r32954 973 973 RTThreadSleep(2); 974 974 STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u); 975 rc = VINF_SUCCESS; 975 976 } 976 977 -
trunk/src/VBox/VMM/EMHwaccm.cpp
r32953 r32954 558 558 RTThreadSleep(2); 559 559 STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u); 560 rc = VINF_SUCCESS; 560 561 } 561 562 -
trunk/src/VBox/VMM/EMRaw.cpp
r32953 r32954 1541 1541 RTThreadSleep(2); 1542 1542 STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u); 1543 rc = VINF_SUCCESS; 1543 1544 } 1544 1545 STAM_PROFILE_ADV_START(&pVCpu->em.s.StatRAWTail, d);
Note:
See TracChangeset
for help on using the changeset viewer.

