- Timestamp:
- Dec 13, 2008 10:48:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r15430 r15432 4051 4051 LogFlow(("pgmPoolAlloc: GCPhys=%RGp enmKind=%d iUser=%#x iUserTable=%#x\n", GCPhys, enmKind, iUser, iUserTable)); 4052 4052 *ppPage = NULL; 4053 Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)); 4053 /** @todo CSAM/PGMPrefetchPage messes up here during CSAMR3CheckGates 4054 * (TRPMR3SyncIDT) because of FF priority. Try fix that? 4055 * Assert(!(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL)); */ 4054 4056 4055 4057 #ifdef PGMPOOL_WITH_CACHE
Note:
See TracChangeset
for help on using the changeset viewer.