VirtualBox

Changeset 1268 in vbox


Ignore:
Timestamp:
Mar 6, 2007 12:41:09 PM (18 years ago)
Author:
vboxsync
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r1267 r1268  
    33923392PGMR3DECL(int) PGMR3ChangeShwPDMappings(PVM pVM, bool fEnable)
    33933393{
    3394     pVM->pgm.s.fDisableMappings = !!fEnable;
     3394    pVM->pgm.s.fDisableMappings = !fEnable;
    33953395
    33963396    size_t cb;
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