Changeset 49379 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Nov 4, 2013 10:18:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
r47889 r49379 355 355 && pSelInfo->GCPtrBase == 0 356 356 && pSelInfo->cbLimit >= UINT32_MAX 357 && PATMIsPatchGCAddr(pState->pVM, pState->Cpu.uInstrAddr)) 357 #ifdef VBOX_WITH_RAW_MODE 358 && PATMIsPatchGCAddr(pState->pVM, pState->Cpu.uInstrAddr) 359 #endif 360 ) 358 361 { 359 362 DBGFR3AddrFromFlat(pState->pVM->pUVM, &Addr, uAddress);
Note:
See TracChangeset
for help on using the changeset viewer.