Changeset 7807 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Apr 8, 2008 2:03:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7804 r7807 2358 2358 unsigned iPDSrc; 2359 2359 PGSTPD pPDSrc = pgmGstGetPaePDPtr(&pVM->pgm.s, GCPtrPage, &iPDSrc); 2360 if (!pPDSrc) 2361 return VINF_SUCCESS; /* not present */ 2360 2362 # endif 2361 2363 const GSTPDE PdeSrc = pPDSrc->a[iPDSrc];
Note:
See TracChangeset
for help on using the changeset viewer.