VirtualBox

Changeset 18330 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2009 5:22:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45105
Message:

MapCR3: return VERR_INTERNAL_ERROR_2.

File:
1 edited

Legend:

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

    r18192 r18330  
    41424142    pgmLock(pVM);
    41434143    PPGMPAGE    pPage = pgmPhysGetPage(&pVM->pgm.s, GCPhysCR3);
    4144     AssertReturn(pPage, VERR_INTERNAL_ERROR);
     4144    AssertReturn(pPage, VERR_INTERNAL_ERROR_2);
    41454145    HCPhysGuestCR3 = PGM_PAGE_GET_HCPHYS(pPage);
    41464146    /** @todo this needs some reworking wrt. locking.  */
     
    41944194                    pgmLock(pVM);
    41954195                    PPGMPAGE    pPage  = pgmPhysGetPage(&pVM->pgm.s, GCPhys);
    4196                     AssertReturn(pPage, VERR_INTERNAL_ERROR);
     4196                    AssertReturn(pPage, VERR_INTERNAL_ERROR_2);
    41974197                    HCPhys = PGM_PAGE_GET_HCPHYS(pPage);
    41984198#   if defined(IN_RC) || defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0)
Note: See TracChangeset for help on using the changeset viewer.

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