VirtualBox

Changeset 2873 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 25, 2007 2:35:59 PM (18 years ago)
Author:
vboxsync
Message:

skip the write; previous code caused crashes

File:
1 edited

Legend:

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

    r2679 r2873  
    12241224                                                GCPhys, cbWrite,
    12251225                                                (HCPhys & (MM_RAM_FLAGS_RESERVED | MM_RAM_FLAGS_MMIO | MM_RAM_FLAGS_MMIO2 | MM_RAM_FLAGS_VIRTUAL_ALL | MM_RAM_FLAGS_VIRTUAL_WRITE | MM_RAM_FLAGS_PHYSICAL_ALL | MM_RAM_FLAGS_PHYSICAL_WRITE))));
    1226                         cb = PAGE_SIZE - (off & PAGE_OFFSET_MASK);
     1226                        /* skip the write */
     1227                        cb = cb;
    12271228                        break;
    12281229                }
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