- Timestamp:
- Jan 13, 2011 2:31:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r33795 r35529 3779 3779 PX86PDPE pPdpeDst; 3780 3780 RTGCPHYS GCPhysPdeSrc; 3781 X86PDPE PdpeSrc; 3782 PdpeSrc.u = 0; 3781 3783 # if PGM_GST_TYPE == PGM_TYPE_PAE 3782 X86PDPE PdpeSrc;3783 3784 PGSTPD pPDSrc = pgmGstGetPaePDPtr(pVCpu, GCPtr, &iPDSrc, &PdpeSrc); 3784 3785 PX86PDPT pPdptDst = pgmShwGetPaePDPTPtr(pVCpu); 3785 3786 # else 3786 3787 PX86PML4E pPml4eSrcIgn; 3787 X86PDPE PdpeSrc;3788 3788 PX86PDPT pPdptDst; 3789 3789 PX86PDPAE pPDDst;
Note:
See TracChangeset
for help on using the changeset viewer.