Changeset 106270 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4.c32
- Timestamp:
- Oct 10, 2024 5:13:57 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4.c32
r106269 r106270 2571 2571 static const char * const s_apszMaskType[] = { "Specified", "Expected", "Implied", "Combined", "Masked", "Unmasked", "Random" }; 2572 2572 unsigned iMaskType; 2573 static bool sfMismatchShown = false;2574 2573 2575 2574 /* … … 2639 2638 * random exceptions already turned on; both random mask & exceptions. 2640 2639 */ 2641 for (iMaskType = 0; iMaskType < =RT_ELEMENTS(s_apszMaskType); iMaskType++)2640 for (iMaskType = 0; iMaskType < RT_ELEMENTS(s_apszMaskType); iMaskType++) 2642 2641 { 2643 2642 if (BS3_SKIPIT(0, 0, 0, pTestCtx->iVal, iMaskType))
Note:
See TracChangeset
for help on using the changeset viewer.