Changeset 97356 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Oct 31, 2022 10:36:29 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r97350 r97356 575 575 } 576 576 577 #define IEM_MC_ADVANCE_RIP () do { (void)fMcBegin; } while (0)577 #define IEM_MC_ADVANCE_RIP_AND_FINISH() do { (void)fMcBegin; return VINF_SUCCESS; } while (0) 578 578 #define IEM_MC_REL_JMP_S8(a_i8) do { (void)fMcBegin; CHK_TYPE(int8_t, a_i8); } while (0) 579 579 #define IEM_MC_REL_JMP_S16(a_i16) do { (void)fMcBegin; CHK_TYPE(int16_t, a_i16); } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.