VirtualBox

Changeset 61014 in vbox


Ignore:
Timestamp:
May 17, 2016 8:46:24 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107272
Message:

IEMAll.cpp: docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r60991 r61014  
    50295029 * @param   pCtx                The CPU context which SP/ESP/RSP should be
    50305030 *                              updated.
    5031  * @param   cbToAdd             The number of bytes to add.
     5031 * @param   cbToAdd             The number of bytes to add (8-bit!).
    50325032 */
    50335033DECLINLINE(void) iemRegAddToRsp(PCIEMCPU pIemCpu, PCPUMCTX pCtx, uint8_t cbToAdd)
     
    50485048 * @param   pCtx                The CPU context which SP/ESP/RSP should be
    50495049 *                              updated.
    5050  * @param   cbToSub             The number of bytes to subtract.
     5050 * @param   cbToSub             The number of bytes to subtract (8-bit!).
    50515051 */
    50525052DECLINLINE(void) iemRegSubFromRsp(PCIEMCPU pIemCpu, PCPUMCTX pCtx, uint8_t cbToSub)
     
    50665066 * @param   pIemCpu             The per CPU data.
    50675067 * @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).
    50695069 * @param   pCtx                Where to get the current stack mode.
    50705070 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette