VirtualBox

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


Ignore:
Timestamp:
Oct 20, 2008 3:32:41 PM (16 years ago)
Author:
vboxsync
Message:

Minor update

File:
1 edited

Legend:

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

    r13398 r13399  
    17511751                    VERR_INTERNAL_ERROR);
    17521752
    1753     GCPhys         &= ~0xfff;
    1754     GCPhysRemapped &= ~0xfff;
     1753    GCPhys         &= ~(RTGCPHYS)0xfff;
     1754    GCPhysRemapped &= ~(RTGCPHYS)0xfff;
    17551755
    17561756    /* This currently only works in real mode, protected mode without paging or with nested paging. */
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