Changeset 103155 in vbox for trunk/src/VBox/VMM/include/IEMMc.h
- Timestamp:
- Feb 1, 2024 12:18:11 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r102977 r103155 199 199 #define IEM_MC_LOCAL_ASSIGN(a_Type, a_Name, a_Value) a_Type a_Name = (a_Value) 200 200 #define IEM_MC_LOCAL_CONST(a_Type, a_Name, a_Value) a_Type const a_Name = (a_Value) 201 /** @deprecated Use IEM_MC_ARG_LOCAL_REF instead! */202 #define IEM_MC_REF_LOCAL(a_pRefArg, a_Local) (a_pRefArg) = &(a_Local)203 201 #define IEM_MC_ARG(a_Type, a_Name, a_iArg) a_Type a_Name 204 202 #define IEM_MC_ARG_CONST(a_Type, a_Name, a_Value, a_iArg) a_Type const a_Name = (a_Value)
Note:
See TracChangeset
for help on using the changeset viewer.