VirtualBox

Changeset 41446 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 25, 2012 9:55:44 AM (13 years ago)
Author:
vboxsync
Message:

fixed inverted assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r41405 r41446  
    9191    NOREF(uErrorCode); NOREF(pvFault);
    9292
    93     Assert(!(uErrorCode & X86_TRAP_PF_RW)); /* This shall not be used for read access! */
     93    Assert(uErrorCode & X86_TRAP_PF_RW); /* This shall not be used for read access! */
    9494
    9595    Assert(iPage < (pRom->cb >> PAGE_SHIFT));
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