Changeset 12708 in vbox
- Timestamp:
- Sep 25, 2008 9:14:29 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r12702 r12708 2033 2033 /* On the next entry we'll sync everything. */ 2034 2034 /** @todo we can do better than this */ 2035 /* Not in the VINF_PGM_CHANGE_MODE though! */ 2035 2036 pVM->hwaccm.s.fContextUseFlags |= HWACCM_CHANGED_ALL; 2036 2037 } -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r12702 r12708 2398 2398 /* On the next entry we'll sync everything. */ 2399 2399 /** @todo we can do better than this */ 2400 /* Not in the VINF_PGM_CHANGE_MODE though! */ 2400 2401 pVM->hwaccm.s.fContextUseFlags |= HWACCM_CHANGED_ALL; 2401 2402 }
Note:
See TracChangeset
for help on using the changeset viewer.