src: rework optimizeReloc handling; cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-21 15:19:24 +01:00
parent 8d364c82e2
commit 4a8efd2e2f
23 changed files with 430 additions and 381 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ void LeFile::readImage() {
soimage = pages * mps;
mb_iimage.alloc(soimage);
mb_iimage.clear();
iimage = mb_iimage;
iimage = mb_iimage; // => now a SPAN_S
unsigned ic, jc;
for (ic = jc = 0; ic < pages; ic++) {