VirtualBox

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


Ignore:
Timestamp:
May 22, 2012 4:48:24 PM (13 years ago)
Author:
vboxsync
Message:

VMM/PGMAllPhys: comment typo.

File:
1 edited

Legend:

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

    r41388 r41405  
    9191    NOREF(uErrorCode); NOREF(pvFault);
    9292
    93     Assert(!(uErrorCode & X86_TRAP_PF_RW)); /* This shall not be used for write 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