VirtualBox

Changeset 46277 in vbox


Ignore:
Timestamp:
May 26, 2013 11:00:21 PM (12 years ago)
Author:
vboxsync
Message:

build fixes

File:
1 edited

Legend:

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

    r46275 r46277  
    15431543                    if (   Sym.NumberOfAuxSymbols == 1
    15441544                        && (   iLineSect == 1
    1545                             || Sym.SectionNumber == iLineSect) )
     1545                            || Sym.SectionNumber == (int32_t)iLineSect) )
    15461546                    {
    15471547                        memcpy(&Aux, &paSymbols[iSymbol + 1], sizeof(Aux));
     
    15541554                                  Aux.Section.Selection,
    15551555                                  Aux.Section.bReserved));
    1556                         if (   Sym.SectionNumber == iLineSect
     1556                        if (   Sym.SectionNumber == (int32_t)iLineSect
    15571557                            && Aux.Section.NumberOfLinenumbers > 0)
    15581558                        {
     
    23212321        if (pThis)
    23222322        {
    2323             PRTDBGMODCV pThis = (PRTDBGMODCV)pDbgMod->pvDbgPriv;
    23242323            pThis->cbImage = DbgHdr.SizeOfImage;
    23252324            if (pDbgMod->pImgVt)
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