VirtualBox

Changeset 58782 in vbox


Ignore:
Timestamp:
Nov 19, 2015 10:34:17 PM (9 years ago)
Author:
vboxsync
Message:

PGM: we've always got pvOriginal now, no need to check here.

File:
1 edited

Legend:

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

    r58781 r58782  
    35763576         * Also, in strict builds check that ROM pages remain unmodified.
    35773577         */
    3578         if (   pRom->pvOriginal
    35793578#ifndef VBOX_STRICT
    3580             && pVM->pgm.s.fRestoreRomPagesAtReset
     3579        if (pVM->pgm.s.fRestoreRomPagesAtReset)
    35813580#endif
    3582             )
    35833581        {
    35843582            size_t         cbSrcLeft = pRom->cbOriginal;
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