VirtualBox

Changeset 54793 in vbox


Ignore:
Timestamp:
Mar 16, 2015 4:10:51 PM (10 years ago)
Author:
vboxsync
Message:

PGM: Added forgotten argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r52692 r54793  
    22232223                                          || PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_MMIO,
    22242224                                          ("%RGp-%RGp (MMIO/%s): %RGp is not a RAM or MMIO page - type=%d desc=%s\n",
    2225                                            GCPhys, GCPhysLast, pszDesc, PGM_PAGE_GET_TYPE(pPage), pRam->pszDesc),
     2225                                           GCPhys, GCPhysLast, pszDesc, pRam->GCPhys, PGM_PAGE_GET_TYPE(pPage), pRam->pszDesc),
    22262226                                          pgmUnlock(pVM),
    22272227                                          VERR_PGM_RAM_CONFLICT);
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