VirtualBox

Changeset 61391 in vbox


Ignore:
Timestamp:
Jun 2, 2016 12:30:55 AM (9 years ago)
Author:
vboxsync
Message:

csamR3CalcPageHash: better assertion and logging.

File:
1 edited

Legend:

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

    r61390 r61391  
    17781778        if (rc == VERR_PAGE_NOT_PRESENT || rc == VERR_PAGE_TABLE_NOT_PRESENT || rc == VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS)
    17791779        {
    1780             Log(("csamR3CalcPageHash: page %RRv not present!!\n", pInstr));
     1780            Log(("csamR3CalcPageHash: page %RRv not present/invalid!!\n", pInstr));
    17811781            return ~0ULL;
    17821782        }
    1783         AssertMsgFailed(("rc = %Rrc\n", rc));
     1783        AssertMsgFailed(("rc = %Rrc %RRv\n", rc, pInstr));
    17841784    }
    17851785
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