Changeset 27277 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 11, 2010 12:29:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r27272 r27277 651 651 { 652 652 bool fFoundFirst = false; 653 PX86PT pPT = (PX86PT)pvShw;653 PX86PTPAE pPT = (PX86PTPAE)pvShw; 654 654 for (unsigned ptIndex = 0; ptIndex < RT_ELEMENTS(pPT->a); ptIndex++) 655 655 {
Note:
See TracChangeset
for help on using the changeset viewer.