- Timestamp:
- Sep 28, 2009 2:06:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52908
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r23366 r23383 127 127 if (rc == VERR_NOT_SUPPORTED) 128 128 { 129 STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatSpinPoke, z); 129 130 /* synchronous. */ 130 131 RTMpOnSpecific(idHostCpu, hwaccmFlushHandler, 0, 0); 132 STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatSpinPoke, z); 131 133 } 132 134 else
Note:
See TracChangeset
for help on using the changeset viewer.