VirtualBox

Changeset 27173 in vbox


Ignore:
Timestamp:
Mar 8, 2010 3:57:34 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58517
Message:

Compile fix

File:
1 edited

Legend:

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

    r27163 r27173  
    32753275             * Clear the pages.
    32763276             */
    3277             STAM_PROFILE_START(&pVM->pgm.s.StatClearLargePage, a);
     3277            STAM_PROFILE_START(&pVM->pgm.s.StatClearLargePage, b);
    32783278            for (unsigned i = 0; i < _2M/PAGE_SIZE; i++)
    32793279            {
     
    33073307                Log3(("PGMR3PhysAllocateLargePage: idPage=%#x HCPhys=%RGp\n", idPage, HCPhys));
    33083308            }
    3309             STAM_PROFILE_STOP(&pVM->pgm.s.StatClearLargePage, a);
     3309            STAM_PROFILE_STOP(&pVM->pgm.s.StatClearLargePage, b);
    33103310
    33113311            /* Flush all TLBs. */
    33123312            PGM_INVL_ALL_VCPU_TLBS(pVM);
    33133313            PGMPhysInvalidatePageMapTLB(pVM);
    3314        }
     3314        }
    33153315        pVM->pgm.s.cLargeHandyPages = 0;
    33163316    }
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