Changeset 97520 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Nov 12, 2022 12:25:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp
r97519 r97520 2759 2759 /** 2760 2760 * Implements retn with 16-bit effective operand size. 2761 *2762 * @param cbPop The amount of arguments to pop from the stack (bytes).2763 2761 */ 2764 2762 IEM_CIMPL_DEF_0(iemCImpl_retn_16) … … 2770 2768 /** 2771 2769 * Implements retn with 32-bit effective operand size. 2772 *2773 * @param cbPop The amount of arguments to pop from the stack (bytes).2774 2770 */ 2775 2771 IEM_CIMPL_DEF_0(iemCImpl_retn_32) … … 2781 2777 /** 2782 2778 * Implements retn with 64-bit effective operand size. 2783 *2784 * @param cbPop The amount of arguments to pop from the stack (bytes).2785 2779 */ 2786 2780 IEM_CIMPL_DEF_0(iemCImpl_retn_64)
Note:
See TracChangeset
for help on using the changeset viewer.