VirtualBox

Changeset 39332 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Nov 16, 2011 1:34:38 PM (13 years ago)
Author:
vboxsync
Message:

e1000: fix for unresolved memmove on Windows

File:
1 edited

Legend:

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

    r39318 r39332  
    32083208        E1kLog3(("%s Inserting VLAN tag %08x\n",
    32093209            INSTANCE(pState), RT_BE2H_U16(VET) | (RT_BE2H_U16(pState->u16VTagTCI) << 16)));
    3210         /** @todo: nocrt_memmove does not get resolved, fix it! */
    3211 #ifndef RT_OS_WINDOWS
    32123210        memmove((uint8_t*)pSg->aSegs[0].pvSeg + 16, (uint8_t*)pSg->aSegs[0].pvSeg + 12, cbFrame - 12);
    32133211        *((uint32_t*)pSg->aSegs[0].pvSeg + 3) = RT_BE2H_U16(VET) | (RT_BE2H_U16(pState->u16VTagTCI) << 16);
    3214 #endif
    32153212    }
    32163213    /* Update the stats */
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