VirtualBox

Changeset 46133 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 16, 2013 5:58:42 PM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r46131 r46133  
    986986                if (uRvaName != UINT32_MAX)
    987987                {
    988                     size_t cbName = 0x1000 - (uRvaName & 0xfff);
     988                    uint32_t cbName = 0x1000 - (uRvaName & 0xfff);
    989989                    if (cbName < 10 || cbName > 512)
    990990                        cbName = 128;
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