VirtualBox

Changeset 38300 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 3, 2011 11:58:41 AM (13 years ago)
Author:
vboxsync
Message:

REM,PGM: Fix A20 syncing between the VMM and the recompiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r38080 r38300  
    36813681        pVCpu->pgm.s.fA20Enabled = fEnable;
    36823682        pVCpu->pgm.s.GCPhysA20Mask = ~(RTGCPHYS)(!fEnable << 20);
    3683         REMR3A20Set(pVCpu->pVMR3, pVCpu, fEnable);
    36843683        /** @todo we're not handling this correctly for VT-x / AMD-V. See #2911 */
    36853684    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette