Changeset 20546 in vbox for trunk/src/VBox
- Timestamp:
- Jun 14, 2009 12:25:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r20492 r20546 242 242 else 243 243 { 244 #ifdef DEBUG_bird 245 Assert(!fFlushTLBs || rc == VINF_PGM_SYNC_CR3); 246 #else 244 247 Assert(!fFlushTLBs); 248 #endif 245 249 Log(("pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs: doesn't flush guest TLBs. rc=%Rrc\n", rc)); 246 250 } … … 1134 1138 /** @todo hack alert 1135 1139 * This needs to be done properly. Currently we get away with it as the recompiler directly calls 1136 * IOM read and write functions. Access through PGMPhysRead/Write will crash the process. 1140 * IOM read and write functions. Access through PGMPhysRead/Write will crash the process. 1137 1141 */ 1138 1142 PGM_PAGE_SET_PAGEID(pPage, NIL_GMM_PAGEID);
Note:
See TracChangeset
for help on using the changeset viewer.