Changeset 61014 in vbox
- Timestamp:
- May 17, 2016 8:46:24 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r60991 r61014 5029 5029 * @param pCtx The CPU context which SP/ESP/RSP should be 5030 5030 * updated. 5031 * @param cbToAdd The number of bytes to add .5031 * @param cbToAdd The number of bytes to add (8-bit!). 5032 5032 */ 5033 5033 DECLINLINE(void) iemRegAddToRsp(PCIEMCPU pIemCpu, PCPUMCTX pCtx, uint8_t cbToAdd) … … 5048 5048 * @param pCtx The CPU context which SP/ESP/RSP should be 5049 5049 * updated. 5050 * @param cbToSub The number of bytes to subtract .5050 * @param cbToSub The number of bytes to subtract (8-bit!). 5051 5051 */ 5052 5052 DECLINLINE(void) iemRegSubFromRsp(PCIEMCPU pIemCpu, PCPUMCTX pCtx, uint8_t cbToSub) … … 5066 5066 * @param pIemCpu The per CPU data. 5067 5067 * @param pTmpRsp The temporary SP/ESP/RSP to update. 5068 * @param cbToAdd The number of bytes to add .5068 * @param cbToAdd The number of bytes to add (16-bit). 5069 5069 * @param pCtx Where to get the current stack mode. 5070 5070 */
Note:
See TracChangeset
for help on using the changeset viewer.