VirtualBox

Changeset 10019 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 30, 2008 2:36:34 PM (17 years ago)
Author:
vboxsync
Message:

Updated for accepted shadow page modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r10018 r10019  
    136136        break;
    137137    case PGMMODE_PAE:
     138    case PGMMODE_PAE_NX:
    138139        rc = PGM_BTH_NAME_PAE_PROT(Trap0eHandler)(pVM, uErr, pRegFrame, pvFault);
    139140        break;
    140141    case PGMMODE_AMD64:
     142    case PGMMODE_AMD64_NX:
    141143        rc = PGM_BTH_NAME_AMD64_PROT(Trap0eHandler)(pVM, uErr, pRegFrame, pvFault);
     144        break;
     145    default:
     146        AssertFailed();
    142147        break;
    143148    }
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