Changeset 31528 in vbox
- Timestamp:
- Aug 10, 2010 12:10:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r31465 r31528 486 486 # endif 487 487 # if PGM_GST_TYPE == PGM_TYPE_32BIT 488 bool const fBigPage = Pde.b.u1Size && (pState->cr4 & X86_CR4_PSE); 489 # else 488 490 bool const fBigPage = Pde.b.u1Size; 489 # else490 /** @todo this is not correct for PAE and AMD64 modes! */491 bool const fBigPage = Pde.b.u1Size && (pState->cr4 & X86_CR4_PSE);492 491 # endif 493 492 if ( Pde.n.u1Present
Note:
See TracChangeset
for help on using the changeset viewer.