Changeset 104017 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Mar 23, 2024 11:24:52 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 162405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r104016 r104017 665 665 int RT_CONCAT(iVarCheck_,a_Name) = 0; \ 666 666 int RT_CONCAT(iVarCheck_,a_pName) = 0; \ 667 uint32_t a_Name; \667 uint32_t a_Name = 0; \ 668 668 uint32_t *a_pName = &a_Name; \ 669 669 NOREF(a_pName)
Note:
See TracChangeset
for help on using the changeset viewer.