VirtualBox

Changeset 20569 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 14, 2009 9:07:04 PM (16 years ago)
Author:
vboxsync
Message:

IOMAllMMIO.cpp: Fixed MMIO read statistics (iomMMIODoRead).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r20530 r20569  
    139139                break;
    140140        }
    141         if (rc != VINF_IOM_HC_MMIO_READ)
    142             STAM_COUNTER_INC(&pStats->CTX_SUFF_Z(Read));
    143     }
     141    }
     142    if (rc != VINF_IOM_HC_MMIO_READ)
     143        STAM_COUNTER_INC(&pStats->CTX_SUFF_Z(Read));
    144144    return rc;
    145145}
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