Changeset 19777 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 18, 2009 11:41:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r19776 r19777 755 755 { 756 756 /* 757 * Write protected pages ismake writable when the guest makes the first757 * Write protected pages are make writable when the guest makes the first 758 758 * write to it. This happens for pages that are shared, write monitored 759 759 * and not yet allocated. … … 1857 1857 } 1858 1858 1859 pPTDst->a[iPTDst] = PteDst; 1860 1859 ASMAtomicWriteSize(&pPTDst->a[iPTDst], PteDst.u); 1861 1860 1862 1861 /*
Note:
See TracChangeset
for help on using the changeset viewer.