VirtualBox

Changeset 7805 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 8, 2008 1:58:52 PM (17 years ago)
Author:
vboxsync
Message:

Init aGCPhysGstPaePDsMonitored properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r7753 r7805  
    892892    for (unsigned i = 0; i < ELEMENTS(pVM->pgm.s.apGstPaePDsHC); i++)
    893893    {
    894         pVM->pgm.s.apGstPaePDsHC[i]     = NULL;
    895         pVM->pgm.s.apGstPaePDsGC[i]     = 0;
    896         pVM->pgm.s.aGCPhysGstPaePDs[i]  = NIL_RTGCPHYS;
     894        pVM->pgm.s.apGstPaePDsHC[i]             = NULL;
     895        pVM->pgm.s.apGstPaePDsGC[i]             = 0;
     896        pVM->pgm.s.aGCPhysGstPaePDs[i]          = NIL_RTGCPHYS;
     897        pVM->pgm.s.aGCPhysGstPaePDsMonitored[i] = NIL_RTGCPHYS;
    897898    }
    898899
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