VirtualBox

Changeset 57171 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Aug 4, 2015 10:40:02 AM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp

    r57167 r57171  
    379379    pDbgfCpu->cbExt = CPUMR3GetGuestFpuExtStateSize(pVM);
    380380    if (RT_LIKELY(pDbgfCpu->cbExt))
    381         memcpy(&pDbgfCpu->ext, pCtx->pXStateR3, cbExt);
     381        memcpy(&pDbgfCpu->ext, pCtx->pXStateR3, pDbgfCpu->cbExt);
    382382
    383383#undef DBGFCOPYSEL
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