VirtualBox

Changeset 39318 in vbox


Ignore:
Timestamp:
Nov 15, 2011 9:35:00 PM (13 years ago)
Author:
vboxsync
Message:

Temporary fix for Windows builds

File:
1 edited

Legend:

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

    r39317 r39318  
    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
    32103212        memmove((uint8_t*)pSg->aSegs[0].pvSeg + 16, (uint8_t*)pSg->aSegs[0].pvSeg + 12, cbFrame - 12);
    32113213        *((uint32_t*)pSg->aSegs[0].pvSeg + 3) = RT_BE2H_U16(VET) | (RT_BE2H_U16(pState->u16VTagTCI) << 16);
     3214#endif
    32123215    }
    32133216    /* 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