Changeset 106427 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 17, 2024 10:59:12 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r106179 r106427 105 105 /** Fetches the near return address from the stack, sets RIP and RSP (may trigger 106 106 * \#GP or \#SS), finishes the instruction and returns. */ 107 #define IEM_MC_RETN_AND_FINISH(a_ u16Pop) \108 return iemRegRipNearReturnAndFinishClearingRF((pVCpu), IEM_GET_INSTR_LEN(pVCpu), (a_ u16Pop), pVCpu->iem.s.enmEffOpSize)107 #define IEM_MC_RETN_AND_FINISH(a_cbPopArgs) \ 108 return iemRegRipNearReturnAndFinishClearingRF((pVCpu), IEM_GET_INSTR_LEN(pVCpu), (a_cbPopArgs), pVCpu->iem.s.enmEffOpSize) 109 109 110 110
Note:
See TracChangeset
for help on using the changeset viewer.