VirtualBox

Changeset 16883 in vbox


Ignore:
Timestamp:
Feb 18, 2009 10:13:13 AM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp

    r16882 r16883  
    287287                        GstPdpe = *pGstPdpe;
    288288                    }
    289                     rc = pgmShwSyncPaePDPtr(pVM, (iPdPt << X86_PDPT_SHIFT), &GstPdpe, &pShwPaePd);
     289                    int rc = pgmShwSyncPaePDPtr(pVM, (iPdPt << X86_PDPT_SHIFT), &GstPdpe, &pShwPaePd);
     290                    AssertRCReturn(rc, rc);
     291                    if (rc != VINF_SUCCESS)
     292                    {
     293                        rc = pgmShwSyncPaePDPtr(pVM, (iPdPt << X86_PDPT_SHIFT), &GstPdpe, &pShwPaePd);
     294                        AssertFatalMsg(rc == VINF_SUCCESS, ("rc = %Rrc\n", rc));
     295                    }
    290296                }
    291297#endif
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