Searched defs:fIs16Bit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp947 * @param fIs16Bit Is is 16-bit (@c true) or 32-bit (@c false).
949 static bool disCode(uint32_t uFlatAddr, uint32_t cb, bool fIs16Bit) argument
1025 int rc = DISInstrWithReader(uFlatAddr, fIs16Bit ? DISCPUMODE_16BIT : DISCPUMODE_32BIT,

Completed in 48 milliseconds