VirtualBox

Changeset 31684 in vbox


Ignore:
Timestamp:
Aug 16, 2010 9:56:13 AM (14 years ago)
Author:
vboxsync
Message:

PGM.cpp: comment, spaces.

File:
1 edited

Legend:

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

    r31606 r31684  
    662662    /* cTimesMin,   cTimesMax,  enmCategory,            fFlags,                         pszName,        pszDescription */
    663663    {  1,           1,          DBGCVAR_CAT_STRING,     0,                              "enabled",      "on/off." },
    664     {  1,           1,          DBGCVAR_CAT_NUMBER_NO_RANGE, 0,                              "interval",     "Interval in ms." },
     664    {  1,           1,          DBGCVAR_CAT_NUMBER_NO_RANGE, 0,                         "interval",     "Interval in ms." },
    665665};
    666666# endif
     
    16731673        AssertRC(rc);
    16741674
    1675 #ifdef DEBUG_sandervl
     1675# ifdef DEBUG_sandervl
    16761676    PGM_REG_COUNTER(&pPGM->StatRZFTPhysPageWrite,             "/PGM/FT/RZ/PageWrite",               "The number of times a physical page was written to (FT stats).");
    16771677    PGM_REG_COUNTER(&pPGM->StatR3FTPhysPageWrite,             "/PGM/FT/R3/PageWrite",               "The number of times a physical page was written to (FT stats).");
    1678 #endif
     1678# endif
    16791679
    16801680    PGMSTATS *pStats = pVM->pgm.s.pStatsR3;
     
    44234423
    44244424/**
    4425  * The '.pgmsyncalways' command.
     4425 * The '.pgmphystofile' command.
    44264426 *
    44274427 * @returns VBox status.
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