- Timestamp:
- Jan 4, 2017 11:10:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r64655 r65097 2296 2296 uNewOuterSs = uPtrFrame.pu16[4]; 2297 2297 } 2298 uPtrFrame.pu8 -= cbPop; /* Put uPtrFrame back the way it was. */ 2298 2299 rcStrict = iemMemStackPopDoneSpecial(pVCpu, uPtrFrame.pv); 2299 2300 if (RT_LIKELY(rcStrict == VINF_SUCCESS)) … … 2422 2423 2423 2424 /* commit */ 2424 pCtx->rsp = uNewRsp;2425 2425 if (enmEffOpSize == IEMMODE_16BIT) 2426 2426 pCtx->rip = uNewRip & UINT16_MAX; /** @todo Testcase: When exactly does this occur? With call it happens prior to the limit check according to Intel... */
Note:
See TracChangeset
for help on using the changeset viewer.