Changeset 47526 in vbox for trunk/src/VBox
- Timestamp:
- Aug 2, 2013 5:19:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r47524 r47526 1002 1002 */ 1003 1003 #define PGM_PAGE_SET_WRITTEN_TO(a_pVM, a_pPage) \ 1004 do { (a_pPage)->s.fWrittenToY = 1; PGM_PAGE_ASSERT_LOCK(a_pVM); } while (0) /// FIXME FIXME1004 do { (a_pPage)->s.fWrittenToY = 1; PGM_PAGE_ASSERT_LOCK(a_pVM); } while (0) 1005 1005 1006 1006 /**
Note:
See TracChangeset
for help on using the changeset viewer.