Changeset 19479 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 7, 2009 11:40:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/REMAll.cpp
r19395 r19479 58 58 { 59 59 /* Tell the recompiler to flush its TLB. */ 60 #ifndef DEBUG_bird /* temporary */61 Assert(pVM->cCPUs == 1); /* @todo SMP */62 #endif63 60 CPUMSetChangedFlags(VMMGetCpu(pVM), CPUM_CHANGED_GLOBAL_TLB_FLUSH); 64 61 pVM->rem.s.cInvalidatedPages = 0;
Note:
See TracChangeset
for help on using the changeset viewer.