Changeset 73376 in vbox for trunk/include/VBox
- Timestamp:
- Jul 27, 2018 8:00:39 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r73324 r73376 688 688 /** The NEM state associated with the PAGE. */ 689 689 uint32_t u2NemState : 2; 690 /** The NEM state associated with the PAGE before pgmPhysPageMakeWritable was called. */ 691 uint32_t u2OldNemState : 2; 690 692 /** Set if the page has handler. */ 691 693 uint32_t fHasHandlers : 1;
Note:
See TracChangeset
for help on using the changeset viewer.