VirtualBox

Changeset 38320 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 4, 2011 7:16:53 PM (13 years ago)
Author:
vboxsync
Message:

Redid the A20 gate assertion fix - the recompiler needs to be told.

File:
1 edited

Legend:

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

    r38300 r38320  
    36813681        pVCpu->pgm.s.fA20Enabled = fEnable;
    36823682        pVCpu->pgm.s.GCPhysA20Mask = ~(RTGCPHYS)(!fEnable << 20);
     3683        REMR3A20Set(pVCpu->pVMR3, pVCpu, fEnable);
    36833684        /** @todo we're not handling this correctly for VT-x / AMD-V. See #2911 */
    36843685    }
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