Changeset 7657 in vbox for trunk/src/VBox/VMM/PGMMap.cpp
- Timestamp:
- Mar 31, 2008 1:26:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMMap.cpp
r7629 r7657 465 465 * 466 466 * @remark This API shall not be used to anything but mapping the switcher code. 467 */467 z */ 468 468 PGMR3DECL(int) PGMR3MapIntermediate(PVM pVM, RTUINTPTR Addr, RTHCPHYS HCPhys, unsigned cbPages) 469 469 { … … 734 734 return; 735 735 736 Assert(PGMGetGuestMode(pVM) <= PGMMODE_32_BIT); 737 736 738 /* 737 739 * Init the page tables and insert them into the page directories. … … 954 956 if (pVM->pgm.s.fMappingsFixed) 955 957 return false; 958 959 Assert(PGMGetGuestMode(pVM) <= PGMMODE_32_BIT); 956 960 957 961 /*
Note:
See TracChangeset
for help on using the changeset viewer.