- Timestamp:
- Jan 9, 2025 9:25:11 AM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r106061 r107571 4923 4923 uint32_t j = pSegLines->cFiles; 4924 4924 while (j-- > 0) 4925 { 4926 uint32_t offLast = pSegLines->paFiles[j].paPairs[pSegLines->paFiles[j].cPairs - 1].offSection; 4927 if (offLast > cbSectionCovered) 4928 offLast = cbSectionCovered; 4929 } 4925 pSegLines->paFiles[j].paPairs[pSegLines->paFiles[j].cPairs - 1].offSection; 4930 4926 4931 4927 /* For simplicity and debuggability, just split the LEDATA here. */
Note:
See TracChangeset
for help on using the changeset viewer.