Changeset 106235 in vbox
- Timestamp:
- Oct 8, 2024 11:19:54 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4.c32
r106234 r106235 13339 13339 static BS3CPUINSTR4_TEST1_MODE_T const s_aTests[3] = BS3CPUINSTR4_TEST1_MODES_INIT(s_aTests16, s_aTests32, s_aTests64); 13340 13340 unsigned const iTest = BS3CPUINSTR4_TEST_MODES_INDEX(bMode); 13341 return bs3CpuInstr4_WorkerTestType1 A(bMode, s_aTests[iTest].paTests, s_aTests[iTest].cTests,13342 13341 return bs3CpuInstr4_WorkerTestType1(bMode, s_aTests[iTest].paTests, s_aTests[iTest].cTests, 13342 g_aXcptConfig5, RT_ELEMENTS(g_aXcptConfig5)); 13343 13343 } 13344 13344
Note:
See TracChangeset
for help on using the changeset viewer.