Changeset 92258 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 8, 2021 9:18:20 AM (3 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestData.c
r82968 r92258 62 62 63 63 /** VMMDEV_TESTING_UNIT_XXX -> string */ 64 char const g_aszBs3TestUnitNames[][1 6] =64 char const g_aszBs3TestUnitNames[][12] = 65 65 { 66 66 "inv", … … 96 96 "ppm", 97 97 "ppb", 98 "ticks", 99 "ticks/call", 100 "ticks/occ", 101 "pages", 102 "pages/s", 103 "ticks/page", 104 "ns/page", 98 105 }; 99 106 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-test.h
r82968 r92258 80 80 # define g_aszBs3TestUnitNames BS3_DATA_NM(g_aszBs3TestUnitNames) 81 81 #endif 82 extern char const g_aszBs3TestUnitNames[][1 6];82 extern char const g_aszBs3TestUnitNames[][12]; 83 83 84 84 /** The test name. */
Note:
See TracChangeset
for help on using the changeset viewer.