VirtualBox

Changeset 92944 in vbox for trunk


Ignore:
Timestamp:
Dec 15, 2021 4:43:51 PM (3 years ago)
Author:
vboxsync
Message:

Fix burns (6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/VirtioCore.h

    r92939 r92944  
    10171017    while (cbRemain)
    10181018    {
    1019         uint32_t cbBounded = RT_MIN(pSgPhysReturn->cbSegLeft, cbRemain);
     1019        size_t cbBounded = RT_MIN(pSgPhysReturn->cbSegLeft, cbRemain);
    10201020        Assert(cbBounded > 0);
    10211021        virtioCoreGCPhysWrite(pVirtio, CTX_SUFF(pVirtio->pDevIns), (RTGCPHYS)pSgPhysReturn->GCPhysCur, pvBuf, cbBounded);
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