Changeset 31174 in vbox
- Timestamp:
- Jul 28, 2010 4:20:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp
r31170 r31174 538 538 case PGMMODE_32_BIT: 539 539 { 540 PCX86PD pShw32BitPd = (PCX86PD)PGMPOOL_PAGE_2_PTR_V2(pVM, pVCpu 2, pShwPageCR3);540 PCX86PD pShw32BitPd = (PCX86PD)PGMPOOL_PAGE_2_PTR_V2(pVM, pVCpu, pShwPageCR3); 541 541 AssertFatal(pShw32BitPd); 542 542
Note:
See TracChangeset
for help on using the changeset viewer.