Changeset 35537 in vbox
- Timestamp:
- Jan 13, 2011 3:14:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r35529 r35537 3780 3780 RTGCPHYS GCPhysPdeSrc; 3781 3781 X86PDPE PdpeSrc; 3782 PdpeSrc.u = 0; 3782 PdpeSrc.u = 0; /* initialized to shut up gcc 4.5 */ 3783 3783 # if PGM_GST_TYPE == PGM_TYPE_PAE 3784 3784 PGSTPD pPDSrc = pgmGstGetPaePDPtr(pVCpu, GCPtr, &iPDSrc, &PdpeSrc);
Note:
See TracChangeset
for help on using the changeset viewer.