VirtualBox

Changeset 62603 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jul 27, 2016 4:22:14 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109172
Message:

VMM: Unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInline.h

    r62478 r62603  
    435435        Assert(pPage->idx < pVM->pgm.s.CTX_SUFF(pPool)->cCurPages);
    436436        void *pv;
    437         Assert(pVCpu == VMMGetCpu(pVM));
     437        Assert(pVCpu == VMMGetCpu(pVM)); RT_NOREF_PV(pVM);
    438438        pgmRZDynMapHCPageInlined(pVCpu, pPage->Core.Key, &pv RTLOG_COMMA_SRC_POS_ARGS);
    439439        return pv;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette