VirtualBox

Changeset 85179 in vbox


Ignore:
Timestamp:
Jul 10, 2020 1:19:09 PM (4 years ago)
Author:
vboxsync
Message:

VMM/PGMPool.cpp: fall thru fix for Clang 11. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r82968 r85179  
    635635                }
    636636                RT_FALL_THRU();
     637                default:
    637638#ifdef PGM_WITH_LARGE_PAGES
    638639                default_case:
    639640#endif
    640                 default:
    641641                    Assert(!pPage->cModifications || ++cModifiedPages);
    642642                    Assert(pPage->iModifiedNext == NIL_PGMPOOL_IDX || pPage->cModifications);
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