VirtualBox

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


Ignore:
Timestamp:
May 18, 2009 11:41:05 AM (16 years ago)
Author:
vboxsync
Message:

Atomic write

File:
1 edited

Legend:

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

    r19776 r19777  
    755755            {
    756756                /*
    757                  * Write protected pages is make writable when the guest makes the first
     757                 * Write protected pages are make writable when the guest makes the first
    758758                 * write to it. This happens for pages that are shared, write monitored
    759759                 * and not yet allocated.
     
    18571857                    }
    18581858
    1859                     pPTDst->a[iPTDst] = PteDst;
    1860 
     1859                    ASMAtomicWriteSize(&pPTDst->a[iPTDst], PteDst.u);
    18611860
    18621861                    /*
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