Changeset 97356 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 31, 2022 10:36:29 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r97350 r97356 53 53 54 54 55 #define IEM_MC_ADVANCE_RIP() iemRegUpdateRipAndClearRF(pVCpu) 55 /** Advances RIP and finishes the instruction. 56 * This may include raising debug exceptions and such. 57 * @todo Make this be the return point, so we can get unreachable code erros 58 * if not the last MC statement. */ 59 #define IEM_MC_ADVANCE_RIP_AND_FINISH() iemRegUpdateRipAndClearRF(pVCpu) 56 60 #define IEM_MC_REL_JMP_S8(a_i8) IEM_MC_RETURN_ON_FAILURE(iemRegRipRelativeJumpS8(pVCpu, a_i8)) 57 61 #define IEM_MC_REL_JMP_S16(a_i16) IEM_MC_RETURN_ON_FAILURE(iemRegRipRelativeJumpS16(pVCpu, a_i16))
Note:
See TracChangeset
for help on using the changeset viewer.