- Timestamp:
- May 18, 2016 1:38:09 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r61010 r61019 1714 1714 { 1715 1715 if (offSeg > pCtx->cs.u32Limit) 1716 { 1717 Log(("iemCImpl_FarJmp: 16-bit limit\n")); 1716 1718 return iemRaiseGeneralProtectionFault0(pIemCpu); 1719 } 1717 1720 1718 1721 if (enmEffOpSize == IEMMODE_16BIT) /** @todo WRONG, must pass this. */ … … 1805 1808 uint64_t u64Base; 1806 1809 uint32_t cbLimit = X86DESC_LIMIT_G(&Desc.Legacy); 1807 if ( pIemCpu->enmCpuMode == IEMMODE_64BIT)1810 if (Desc.Legacy.Gen.u1Long) 1808 1811 u64Base = 0; 1809 1812 else
Note:
See TracChangeset
for help on using the changeset viewer.

