mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-09 18:11:51 +00:00
Fix typo that led to segfault
This commit is contained in:
@@ -240,7 +240,7 @@ static void writeSymBank(struct SortedSections const *bankSections)
|
|||||||
minSectList = sectList.addr < zlSectList.addr
|
minSectList = sectList.addr < zlSectList.addr
|
||||||
? §List
|
? §List
|
||||||
: &zlSectList;
|
: &zlSectList;
|
||||||
} else if (sectList.sect) {
|
} else if (sectList.sections) {
|
||||||
sectList.sym = sectList.sect->symbols[sectList.i];
|
sectList.sym = sectList.sect->symbols[sectList.i];
|
||||||
sectList.addr =
|
sectList.addr =
|
||||||
sectList.sym->offset + sectList.sect->org;
|
sectList.sym->offset + sectList.sect->org;
|
||||||
|
|||||||
Reference in New Issue
Block a user