mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +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
|
||||
? §List
|
||||
: &zlSectList;
|
||||
} else if (sectList.sect) {
|
||||
} else if (sectList.sections) {
|
||||
sectList.sym = sectList.sect->symbols[sectList.i];
|
||||
sectList.addr =
|
||||
sectList.sym->offset + sectList.sect->org;
|
||||
|
||||
Reference in New Issue
Block a user