Changeset 16793 in vbox for trunk/src/VBox
- Timestamp:
- Feb 16, 2009 2:36:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r16792 r16793 165 165 166 166 /* contruct a fake address */ 167 RTGCPHYSGCPhysCR3 = RT_BIT_64(63);167 GCPhysCR3 = RT_BIT_64(63); 168 168 pVM->pgm.s.iShwUser = SHW_POOL_ROOT_IDX; 169 169 pVM->pgm.s.iShwUserTable = GCPhysCR3 >> PAGE_SHIFT;
Note:
See TracChangeset
for help on using the changeset viewer.