Changeset 31465 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 9, 2010 9:21:27 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r31440 r31465 488 488 bool const fBigPage = Pde.b.u1Size; 489 489 # else 490 /** @todo this is not correct for PAE and AMD64 modes! */ 490 491 bool const fBigPage = Pde.b.u1Size && (pState->cr4 & X86_CR4_PSE); 491 492 # endif
Note:
See TracChangeset
for help on using the changeset viewer.