Changeset 104016 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Mar 23, 2024 10:46:33 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 162404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r103922 r104016 632 632 a_Type a_Name = (a_Value); \ 633 633 NOREF(a_Name) 634 #define IEM_MC_LOCAL_EFLAGS(a_Name) IEM_MC_LOCAL(uint32_t, a_Name); IEM_MC_FETCH_EFLAGS(a_Name) 634 635 #define IEM_MC_NOREF(a_Name) RT_NOREF_PV(a_Name) 635 636
Note:
See TracChangeset
for help on using the changeset viewer.