Changeset 52362 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
- Timestamp:
- Aug 12, 2014 7:04:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r52361 r52362 1117 1117 if (cbToTryRead < cbMin - cbLeft) 1118 1118 return iemRaiseSelectorBounds(pIemCpu, X86_SREG_CS, IEM_ACCESS_INSTRUCTION); 1119 GCPtrNext = pCtx->cs.u64Base + GCPtrNext32;1119 GCPtrNext = (uint32_t)pCtx->cs.u64Base + GCPtrNext32; 1120 1120 } 1121 1121
Note:
See TracChangeset
for help on using the changeset viewer.