Changeset 62594 in vbox for trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
- Timestamp:
- Jul 27, 2016 2:32:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
r62518 r62594 813 813 static bool disIsCodeAndAdjustSize(uint32_t uFlatAddr, PRTDBGSYMBOL pSym, PBIOSSEG pSeg) 814 814 { 815 RT_NOREF_PV(uFlatAddr); 816 815 817 switch (g_enmBiosType) 816 818 { … … 854 856 static bool disIs16BitCode(const char *pszSymbol) 855 857 { 858 RT_NOREF_PV(pszSymbol); 856 859 return true; 857 860 } … … 926 929 static DECLCALLBACK(int) disReadOpcodeBytes(PDISCPUSTATE pDis, uint8_t offInstr, uint8_t cbMinRead, uint8_t cbMaxRead) 927 930 { 931 RT_NOREF_PV(cbMinRead); 932 928 933 RTUINTPTR offBios = pDis->uInstrAddr + offInstr - g_uBiosFlatBase; 929 934 size_t cbToRead = cbMaxRead;
Note:
See TracChangeset
for help on using the changeset viewer.