Changeset 38300 in vbox for trunk/src/VBox
- Timestamp:
- Aug 3, 2011 11:58:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r38080 r38300 3681 3681 pVCpu->pgm.s.fA20Enabled = fEnable; 3682 3682 pVCpu->pgm.s.GCPhysA20Mask = ~(RTGCPHYS)(!fEnable << 20); 3683 REMR3A20Set(pVCpu->pVMR3, pVCpu, fEnable);3684 3683 /** @todo we're not handling this correctly for VT-x / AMD-V. See #2911 */ 3685 3684 }
Note:
See TracChangeset
for help on using the changeset viewer.