VirtualBox

Changeset 7683 in vbox for trunk/src


Ignore:
Timestamp:
Apr 1, 2008 1:40:58 PM (17 years ago)
Author:
vboxsync
Message:

uint8_t *pv -> pb;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r7675 r7683  
    727727    {
    728728        /* RX/TX descriptors shared between host and guest => direct copy */
    729         uint8_t *pv = (uint8_t*)pData->CTXSUFF(pSharedMMIO)
     729        uint8_t *pb = (uint8_t*)pData->CTXSUFF(pSharedMMIO)
    730730                    + (addr - pData->GCRDRA)
    731731                    + pData->CTXSUFF(pSharedMMIO)->V.V1.u32OffRxDescriptors;
    732         if (!(pv[7] & 0x80) && fRetIfNotOwn)
     732        if (!(pb[7] & 0x80) && fRetIfNotOwn)
    733733            return false;
    734         memcpy(rmd, pv, 16);
     734        memcpy(rmd, pb, 16);
    735735        return true;
    736736    }
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