Changeset 43302 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 11, 2012 11:43:34 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r43163 r43302 2106 2106 typedef struct PGMPOOLPAGE 2107 2107 { 2108 /** AVL node code with the ( R3) physical address of this page. */2108 /** AVL node code with the (HC) physical address of this page. */ 2109 2109 AVLOHCPHYSNODECORE Core; 2110 2110 /** Pointer to the R3 mapping of the page. */
Note:
See TracChangeset
for help on using the changeset viewer.