VirtualBox

Changeset 7597 in vbox for trunk


Ignore:
Timestamp:
Mar 27, 2008 4:01:26 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29097
Message:

Incorrect masking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r6958 r7597  
    10641064    Assert(VM_IS_EMT(pVM));
    10651065
    1066     GCPhys = PAGE_ADDRESS(GCPhys);
     1066    GCPhys = GCPhys & X86_PTE_PAE_PG_MASK;
    10671067    pbHC   = (uint8_t *)PAGE_ADDRESS(pbHC);
    10681068
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette