VirtualBox

Ignore:
Timestamp:
Nov 12, 2008 11:20:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39239
Message:

PGM: HCPhys32BitPD -> HCPhysShw32BitPD

File:
1 edited

Legend:

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

    r14141 r14148  
    12571257    {
    12581258        case PGMMODE_32_BIT:
    1259             return pVM->pgm.s.HCPhys32BitPD;
     1259            return pVM->pgm.s.HCPhysShw32BitPD;
    12601260
    12611261        case PGMMODE_PAE:
     
    12901290    {
    12911291        case PGMMODE_32_BIT:
    1292             return pVM->pgm.s.HCPhys32BitPD;
     1292            return pVM->pgm.s.HCPhysShw32BitPD;
    12931293
    12941294        case PGMMODE_PAE:
     
    13251325VMMDECL(RTHCPHYS) PGMGetHyper32BitCR3(PVM pVM)
    13261326{
    1327     return pVM->pgm.s.HCPhys32BitPD;
     1327    return pVM->pgm.s.HCPhysShw32BitPD;
    13281328}
    13291329
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