VirtualBox

Ignore:
Timestamp:
Mar 28, 2009 4:50:55 AM (16 years ago)
Author:
vboxsync
Message:

tstDisasm-2: size_t warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp

    r17091 r18458  
    561561                    memcpy(pbDst, pState->pbNext, pState->cbLeft);
    562562                    pbDst += pState->cbLeft;
    563                     cbRead -= pState->cbLeft;
     563                    cbRead -= (uint32_t)pState->cbLeft;
    564564                    pState->pbNext += pState->cbLeft;
    565565                    pState->uNextAddr += pState->cbLeft;
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