Changeset 19789 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- May 18, 2009 2:04:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r19788 r19789 1221 1221 PGM_BTH_NAME(SyncPageWorkerTrackDeref)(pShwPage, pPT->a[iPTEDst].u & SHW_PTE_PG_MASK); 1222 1222 # endif 1223 pPT->a[iPTEDst].u = 0;1223 ASMAtomicWriteSize(&pPT->a[iPTEDst], 0); 1224 1224 } 1225 1225 # else /* Syncing it here isn't 100% safe and it's probably not worth spending time syncing it. */
Note:
See TracChangeset
for help on using the changeset viewer.