VirtualBox

Changeset 29577 in vbox


Ignore:
Timestamp:
May 17, 2010 4:42:04 PM (14 years ago)
Author:
vboxsync
Message:

Compile fix

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r29576 r29577  
    28132813    uint32_t                        cReadLockedPages;   /**< The number of read locked pages. */
    28142814    uint32_t                        cBalloonedPages;    /**< The number of ballooned pages. */
    2815     uint32_t                        aAlignment4[1];
     2815/*    uint32_t                        aAlignment4[1]; */
    28162816
    28172817    /** The number of times we were forced to change the hypervisor region location. */
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r29319 r29577  
    13711371    AssertRC(rc);
    13721372#endif
     1373    /* Reset counter. */
     1374    pVM->pgm.s.cReusedSharedPages = 0;
    13731375
    13741376    /*
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