Changeset 36415 in vbox
- Timestamp:
- Mar 24, 2011 6:20:04 PM (14 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r36009 r36415 3205 3205 */ 3206 3206 VMMSWITCHER enmSwitcher; 3207 PGMMODE enmShadowMode = pgmR3CalcShadowMode(pVM, enmGuestMode, pVM->pgm.s.enmHostMode, pVCpu->pgm.s.enmShadowMode, &enmSwitcher); 3207 PGMMODE enmShadowMode; 3208 enmShadowMode = pgmR3CalcShadowMode(pVM, enmGuestMode, pVM->pgm.s.enmHostMode, pVCpu->pgm.s.enmShadowMode, &enmSwitcher); 3208 3209 3209 3210 #ifdef VBOX_WITH_RAW_MODE -
trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp
r35346 r36415 931 931 932 932 /** 933 * Selects the switcher to be used for switching to GC.933 * Selects the switcher to be used for switching to raw-mode context. 934 934 * 935 935 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.