VirtualBox

Changeset 60948 in vbox for trunk


Ignore:
Timestamp:
May 12, 2016 2:08:45 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107174
Message:

PGMAllPhys.cpp: Make clang happy.

File:
1 edited

Legend:

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

    r60847 r60948  
    28462846        VBOXSTRICTRC rcStrict2 = VINF_PGM_HANDLER_DO_DEFAULT;
    28472847        uint32_t cbRange = (uint32_t)cbWrite;
    2848         if (offPhys && offVirt)
     2848        if (offPhys != 0 && offVirt != 0)
    28492849        {
    28502850            if (cbRange > offPhys)
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