Changeset 105489 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 24, 2024 2:40:45 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r105449 r105489 2681 2681 #define IEM_MC_NATIVE_EMIT_1(a_fnEmitter, a0) (void)(a0) 2682 2682 #define IEM_MC_NATIVE_EMIT_2(a_fnEmitter, a0, a1) (void)(a0), (void)(a1) 2683 #define IEM_MC_NATIVE_EMIT_2_EX(a_fnEmitter, a0, a1) (void)(a0), (void)(a1) 2683 2684 #define IEM_MC_NATIVE_EMIT_3(a_fnEmitter, a0, a1, a2) (void)(a0), (void)(a1), (void)(a2) 2684 2685 #define IEM_MC_NATIVE_EMIT_4(a_fnEmitter, a0, a1, a2, a3) (void)(a0), (void)(a1), (void)(a2), (void)(a3)
Note:
See TracChangeset
for help on using the changeset viewer.