VirtualBox

Ignore:
Timestamp:
Jul 27, 2016 2:32:14 PM (8 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp

    r62518 r62594  
    813813static bool disIsCodeAndAdjustSize(uint32_t uFlatAddr, PRTDBGSYMBOL pSym, PBIOSSEG pSeg)
    814814{
     815    RT_NOREF_PV(uFlatAddr);
     816
    815817    switch (g_enmBiosType)
    816818    {
     
    854856static bool disIs16BitCode(const char *pszSymbol)
    855857{
     858    RT_NOREF_PV(pszSymbol);
    856859    return true;
    857860}
     
    926929static DECLCALLBACK(int) disReadOpcodeBytes(PDISCPUSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead)
    927930{
     931    RT_NOREF_PV(cbMinRead);
     932
    928933    RTUINTPTR   offBios  = pDis->uInstrAddr + offInstr - g_uBiosFlatBase;
    929934    size_t      cbToRead = cbMaxRead;
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