VirtualBox

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


Ignore:
Timestamp:
Oct 14, 2021 4:03:41 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PGMR3PhysMMIODeregister: Not advancing the page index when turning the MMIO pages back into RAM pages.

File:
1 edited

Legend:

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

    r91581 r91732  
    25662566                    if (PGM_PAGE_IS_MMIO_OR_ALIAS(pPage))
    25672567                        PGM_PAGE_SET_TYPE(pVM, pPage, PGMPAGETYPE_RAM);
     2568                    iPage++;
    25682569                }
    25692570                break;
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