VirtualBox

Changeset 41762 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 15, 2012 4:54:09 PM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp

    r41760 r41762  
    8989        cb = cbMinRead;
    9090    memcpy(&pDis->abInstr[offInstr], &g_ab32BitCode[pDis->uInstrAddr + offInstr], cb);
    91     pDis->cbCachedInstr = offInstr + cb;
     91    pDis->cbCachedInstr = offInstr + (uint8_t)cb;
    9292    return VINF_SUCCESS;
    9393}
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