Changeset 30248 in vbox
- Timestamp:
- Jun 16, 2010 1:22:36 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSharedPage.cpp
r30247 r30248 140 140 /* Execute on the VCPU that issued the original request to make sure we're in the right cr3 context. */ 141 141 if (pVCpu->idCpu != idCpu) 142 { 143 Assert(pVM->cCpus > 1); 142 144 return VINF_SUCCESS; 145 } 143 146 144 147 /* Flush all pending handy page operations before changing any shared page assignments. */
Note:
See TracChangeset
for help on using the changeset viewer.

