Changeset 105489 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jul 24, 2024 2:40:45 PM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 164153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r105445 r105489 592 592 #define IEM_MC_NATIVE_EMIT_1(a_fnEmitter, a0) do { (void)fMcBegin; (void)(a0); } while (0) 593 593 #define IEM_MC_NATIVE_EMIT_2(a_fnEmitter, a0, a1) do { (void)fMcBegin; (void)(a0), (void)(a1); } while (0) 594 #define IEM_MC_NATIVE_EMIT_2_EX(a_fnEmitter, a0, a1) do { (void)fMcBegin; (void)(a0), (void)(a1); } while (0) 594 595 #define IEM_MC_NATIVE_EMIT_3(a_fnEmitter, a0, a1, a2) do { (void)fMcBegin; (void)(a0), (void)(a1), (void)(a2); } while (0) 595 596 #define IEM_MC_NATIVE_EMIT_4(a_fnEmitter, a0, a1, a2, a3) do { (void)fMcBegin; (void)(a0), (void)(a1), (void)(a2), (void)(a3); } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.