VirtualBox

Changeset 65622 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 6, 2017 1:56:38 PM (8 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r63465 r65622  
    11381138    rc = PGMPrefetchPage(pVCpu, (RTGCPTR)GCPhys);
    11391139    Assert(rc == VINF_SUCCESS || rc == VERR_PAGE_NOT_PRESENT || rc == VERR_PAGE_TABLE_NOT_PRESENT);
     1140# else
     1141    RT_NOREF_PV(pVM); RT_NOREF(GCPhys); RT_NOREF(GCPhysRemapped); RT_NOREF(fPageFlags);
    11401142# endif /* !IEM_VERIFICATION_MODE_FULL */
    11411143    return VINF_SUCCESS;
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