VirtualBox

Changeset 34167 in vbox


Ignore:
Timestamp:
Nov 18, 2010 12:40:54 PM (14 years ago)
Author:
vboxsync
Message:

PGM: typo causing failure to start a VM

File:
1 edited

Legend:

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

    r34163 r34167  
    30283028                        break;
    30293029                    }
    3030                     if (cbBinary >= PAGE_SIZE)
     3030                    if (cbBinaryLeft >= PAGE_SIZE)
    30313031                    {
    30323032                        memcpy(pvDstPage, (uint8_t const *)pvBinary + ((size_t)iPage << PAGE_SHIFT), PAGE_SIZE);
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