Changeset 9981 in vbox
- Timestamp:
- Jun 27, 2008 8:39:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r9980 r9981 2778 2778 * 2779 2779 * During pgmR3InitPaging we'll end up here with PGMMODE_INVALID 2780 * and is supposed to determin which shadow paging and switcher to2780 * and is supposed to determine which shadow paging and switcher to 2781 2781 * use during init. 2782 2782 */ 2783 2783 case PGMMODE_REAL: 2784 2784 case PGMMODE_PROTECTED: 2785 if (enmShadowMode != PGMMODE_INVALID) 2785 if ( enmShadowMode != PGMMODE_INVALID 2786 && !HWACCMIsEnabled(pVM) /* always switch in hwaccm mode! */) 2786 2787 break; /* (no change) */ 2788 2787 2789 switch (enmHostMode) 2788 2790 {
Note:
See TracChangeset
for help on using the changeset viewer.