Changeset 20125 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- May 28, 2009 3:44:30 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r20076 r20125 3233 3233 else 3234 3234 { 3235 /* Temporaril iy disabled phycial handler(s), since the recompiler3236 doesn't get notified when it's reset we'll have to pretend it s3235 /* Temporarily disabled physical handler(s), since the recompiler 3236 doesn't get notified when it's reset we'll have to pretend it's 3237 3237 operating normally. */ 3238 3238 if (pgmHandlerPhysicalIsAll(pVM, GCPhys)) … … 3266 3266 *ppv = (void *)((uintptr_t)pTlbe->pv | (GCPhys & PAGE_OFFSET_MASK)); 3267 3267 /** @todo mapping/locking hell; this isn't horribly efficient since 3268 * pgmPhysPageLoadIntoTlb will repeat ethe lookup we've done here. */3268 * pgmPhysPageLoadIntoTlb will repeat the lookup we've done here. */ 3269 3269 3270 3270 Log6(("PGMR3PhysTlbGCPhys2Ptr: GCPhys=%RGp rc=%Rrc pPage=%R[pgmpage] *ppv=%p\n", GCPhys, rc, pPage, *ppv));
Note:
See TracChangeset
for help on using the changeset viewer.