- Timestamp:
- Mar 27, 2008 4:01:26 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29097
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r6958 r7597 1064 1064 Assert(VM_IS_EMT(pVM)); 1065 1065 1066 GCPhys = PAGE_ADDRESS(GCPhys);1066 GCPhys = GCPhys & X86_PTE_PAE_PG_MASK; 1067 1067 pbHC = (uint8_t *)PAGE_ADDRESS(pbHC); 1068 1068
Note:
See TracChangeset
for help on using the changeset viewer.