Changeset 7929 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 11, 2008 4:07:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r7928 r7929 293 293 case PGMPOOLKIND_PAE_PT_FOR_PAE_PT: 294 294 { 295 const unsigned iShw = off / sizeof(X86PT PAE);295 const unsigned iShw = off / sizeof(X86PTEPAE); 296 296 if (uShw.pPTPae->a[iShw].n.u1Present) 297 297 {
Note:
See TracChangeset
for help on using the changeset viewer.