VirtualBox

Changeset 21116 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 1, 2009 12:40:43 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49382
Message:

Adjusted assertion

File:
1 edited

Legend:

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

    r21115 r21116  
    812812                            return rc;
    813813                        }
    814                         AssertMsgFailed(("Unexpected r/w page %RGv flag=%x rc=%Rrc\n", pvFault, (uint32_t)fPageGst, rc));
     814                        AssertMsg(RT_SUCCESS(rc), ("Unexpected r/w page %RGv flag=%x rc=%Rrc\n", pvFault, (uint32_t)fPageGst, rc));
    815815                    }
    816816
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