VirtualBox

Ignore:
Timestamp:
Apr 8, 2008 2:03:54 PM (17 years ago)
Author:
vboxsync
Message:

Check pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r7804 r7807  
    23582358    unsigned        iPDSrc;
    23592359    PGSTPD          pPDSrc = pgmGstGetPaePDPtr(&pVM->pgm.s, GCPtrPage, &iPDSrc);
     2360    if (!pPDSrc)
     2361        return VINF_SUCCESS; /* not present */
    23602362#  endif
    23612363    const GSTPDE    PdeSrc = pPDSrc->a[iPDSrc];
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette