VirtualBox

Changeset 20518 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 12, 2009 2:43:25 PM (15 years ago)
Author:
vboxsync
Message:

Assertion message

File:
1 edited

Legend:

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

    r20465 r20518  
    813813                        uint64_t fPageGst;
    814814                        rc = PGMGstGetPage(pVCpu, pvFault, &fPageGst, &GCPhys);
    815                         Assert(RT_SUCCESS(rc) && (fPageGst & X86_PTE_RW));
     815                        AssertMsg(RT_SUCCESS(rc) && (fPageGst & X86_PTE_RW), ("rc=%d fPageGst=%RX64\n"));
    816816                        LogFlow(("Obsolete physical monitor page out of sync %RGv - phys %RGp flags=%08llx\n", pvFault, GCPhys, (uint64_t)fPageGst));
    817817
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