VirtualBox

Changeset 24806 in vbox for trunk


Ignore:
Timestamp:
Nov 19, 2009 6:18:38 PM (15 years ago)
Author:
vboxsync
Message:

PGMAllBth.h: be even more careful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r24805 r24806  
    24012401                                        AssertRC(rc);
    24022402                                    }
    2403                                     PteDst.n.u1Write = 1;
     2403                                    if (PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED)
     2404                                        PteDst.n.u1Write = 1;
     2405                                    else
     2406                                        PteDst.n.u1Write = 0;
    24042407                                }
    24052408                            }
    24062409                            else
    2407                                 PteDst.n.u1Write     = 1;
     2410                                PteDst.n.u1Write = 1;
    24082411
    24092412                            PteDst.n.u1Dirty    = 1;
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