VirtualBox

Changeset 13392 in vbox for trunk/src


Ignore:
Timestamp:
Oct 20, 2008 12:55:08 PM (16 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

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

    r13390 r13392  
    17511751                    VERR_INTERNAL_ERROR);
    17521752
    1753     GCPhys         &= 0xfff;
    1754     GCPhysRemapped &= 0xfff;
     1753    GCPhys         &= ~0xfff;
     1754    GCPhysRemapped &= ~0xfff;
    17551755
    17561756    /* This currently only works in real mode, protected mode without paging or with nested paging. */
     
    17821782
    17831783    Log(("IOMMMIOResetRegion %VGp\n", GCPhys));
     1784
    17841785    /*
    17851786     * Lookup the current context range node and statistics.
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