Changeset 101950 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Nov 8, 2023 1:57:15 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r101911 r101950 595 595 #define IEM_MC_LOCAL_CONST(a_Type, a_Name, a_Value) (void)fMcBegin; \ 596 596 a_Type const a_Name = (a_Value); \ 597 NOREF(a_Name) 598 #define IEM_MC_LOCAL_ASSIGN(a_Type, a_Name, a_Value) (void)fMcBegin; \ 599 a_Type a_Name = (a_Value); \ 597 600 NOREF(a_Name) 598 601 #define IEM_MC_REF_LOCAL(a_pRefArg, a_Local) (void)fMcBegin; \
Note:
See TracChangeset
for help on using the changeset viewer.