VirtualBox

Changeset 52693 in vbox for trunk


Ignore:
Timestamp:
Sep 11, 2014 11:48:23 AM (10 years ago)
Author:
vboxsync
Message:

cosmetics

File:
1 edited

Legend:

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

    r52692 r52693  
    30773077    {
    30783078        PVMCPU pVCpu = &pVM->aCpus[i];
    3079         pVCpu->pgm.s.GCPhysA20Mask = ~((RTGCPHYS)!pVM->aCpus[i].pgm.s.fA20Enabled << 20);
     3079        pVCpu->pgm.s.GCPhysA20Mask = ~((RTGCPHYS)!pVCpu->pgm.s.fA20Enabled << 20);
    30803080        pgmR3RefreshShadowModeAfterA20Change(pVCpu);
    30813081    }
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