- Timestamp:
- Nov 7, 2023 1:33:15 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160008
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r101908 r101912 5010 5010 * @param pReNative The recompiler state. 5011 5011 * @param idxVar The variable. 5012 * @param uValue The immediate value. 5012 5013 * @throws VERR_IEM_VAR_OUT_OF_STACK_SLOTS, VERR_IEM_VAR_IPE_2 5013 5014 */ … … 5031 5032 * @param pReNative The recompiler state. 5032 5033 * @param idxVar The variable. 5034 * @param idxOtherVar The variable to take the (stack) address of. 5035 * 5033 5036 * @throws VERR_IEM_VAR_OUT_OF_STACK_SLOTS, VERR_IEM_VAR_IPE_2 5034 5037 */
Note:
See TracChangeset
for help on using the changeset viewer.