VirtualBox

Ignore:
Timestamp:
Apr 16, 2008 12:40:16 PM (17 years ago)
Author:
vboxsync
Message:

Fixed one regression + several PAE related bugs.

File:
1 edited

Legend:

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

    r7994 r8033  
    108108            return pVM->pgm.s.pGC32BitPD;
    109109        case PGMPOOL_IDX_PAE_PD:
     110        case PGMPOOL_IDX_PAE_PD_0:
    110111            return pVM->pgm.s.apGCPaePDs[0];
     112        case PGMPOOL_IDX_PAE_PD_1:
     113            return pVM->pgm.s.apGCPaePDs[1];
     114        case PGMPOOL_IDX_PAE_PD_2:
     115            return pVM->pgm.s.apGCPaePDs[2];
     116        case PGMPOOL_IDX_PAE_PD_3:
     117            return pVM->pgm.s.apGCPaePDs[3];
    111118        case PGMPOOL_IDX_PDPT:
    112119            return pVM->pgm.s.pGCPaePDPT;
Note: See TracChangeset for help on using the changeset viewer.

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