VirtualBox

Changeset 10019

Show
Ignore:
Timestamp:
06/30/08 16:36:34 (6 months ago)
Author:
vboxsync
Message:

Updated for accepted shadow page modes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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    } 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy