- Timestamp:
- Apr 2, 2008 3:03:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r7677 r7700 2745 2745 case SUPPAGINGMODE_AMD64_NX: 2746 2746 case SUPPAGINGMODE_AMD64_GLOBAL_NX: 2747 enmShadowMode = PGMMODE_ PAE;2747 enmShadowMode = PGMMODE_AMD64; 2748 2748 enmSwitcher = VMMSWITCHER_AMD64_TO_AMD64; 2749 2749 break; … … 2887 2887 case PGMMODE_AMD64: 2888 2888 case PGMMODE_AMD64_NX: 2889 rc2 = PGM_BTH_NAME_PAE_REAL(Enter)(pVM, NIL_RTGCPHYS); 2890 break; 2889 AssertMsgFailed(("Should use PAE shadow mode!\n")); 2891 2890 default: AssertFailed(); break; 2892 2891 } … … 2906 2905 case PGMMODE_AMD64: 2907 2906 case PGMMODE_AMD64_NX: 2908 rc2 = PGM_BTH_NAME_PAE_PROT(Enter)(pVM, NIL_RTGCPHYS); 2909 break; 2907 AssertMsgFailed(("Should use PAE shadow mode!\n")); 2910 2908 default: AssertFailed(); break; 2911 2909 }
Note:
See TracChangeset
for help on using the changeset viewer.