Changeset 96330 in vbox for trunk/src/VBox/VMM/testcase/tstIEMAImpl.h
- Timestamp:
- Aug 19, 2022 9:44:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMAImpl.h
r96327 r96330 371 371 372 372 #define TSTIEM_DECLARE_TEST_ARRAY_BIN(a_szFile, a_Type, a_Instr) \ 373 extern a_Typeconst RT_CONCAT(g_aTests_, a_Instr)[]; \374 extern uint32_tconst RT_CONCAT(g_cbTests_, a_Instr)373 extern RTDATADECL(a_Type) const RT_CONCAT(g_aTests_, a_Instr)[]; \ 374 extern RTDATADECL(uint32_t) const RT_CONCAT(g_cbTests_, a_Instr) 375 375 376 376 TSTIEM_DECLARE_TEST_ARRAY(Int, BINU8_TEST_T, add_u8 );
Note:
See TracChangeset
for help on using the changeset viewer.