Changeset 9711 in vbox
- Timestamp:
- Jun 16, 2008 11:36:07 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9692 r9711 1055 1055 */ 1056 1056 Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s)); 1057 Assert(PGMGetGuestMode(pVM) <= PGMMODE_ 32_BIT);1057 Assert(PGMGetGuestMode(pVM) <= PGMMODE_PAE); 1058 1058 rc = PGM_BTH_NAME(SyncPT)(pVM, iPDSrc, pPDSrc, GCPtrPage); 1059 1059 }
Note:
See TracChangeset
for help on using the changeset viewer.

