VirtualBox

Changeset 38603 in vbox


Ignore:
Timestamp:
Sep 1, 2011 5:45:36 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73806
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp

    r38601 r38603  
    18401840    if (i == pStack->cAlloced)
    18411841    {
    1842         size_t cNewSize = pStack->cAlloced ? pStack->cAlloced * 2 : 1 /*16*/;
     1842        uint32_t cNewSize = pStack->cAlloced ? pStack->cAlloced * 2 : 1 /*16*/;
    18431843        void *pv = RTMemRealloc(pStack->paEntries, sizeof(pStack->paEntries[0]) * cNewSize);
    18441844        if (!pv)
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