Changeset 107604 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jan 9, 2025 5:10:14 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesByOne.c
r107603 r107604 112 112 const char *pszFmtStr = "Error #%u (%#x) in %s!\n"; 113 113 bool fSkipped = true; 114 /* Unused: bool const fOnlyPaging = RT_BOOL((paEntries[i].fFlags | fFlags) & BS3TESTMODEBYONEENTRY_F_ONLY_PAGING); */114 bool const fOnlyPaging = RT_BOOL((paEntries[i].fFlags | fFlags) & BS3TESTMODEBYONEENTRY_F_ONLY_PAGING); 115 115 bool const fMinimal = RT_BOOL((paEntries[i].fFlags | fFlags) & BS3TESTMODEBYONEENTRY_F_MINIMAL); 116 116 bool const fSkipV8086 = RT_BOOL((paEntries[i].fFlags | fFlags) & BS3TESTMODEBYONEENTRY_F_SKIP_V8086);
Note:
See TracChangeset
for help on using the changeset viewer.