mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix linkerscript linking errors
The problems were introduced by the following commits: -959bfe2a9d-975200834eSigned-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -65,8 +65,6 @@ static int32_t getrealbankfrominternalbank(int32_t n)
|
||||
return n - BANK_INDEX_SRAM;
|
||||
}
|
||||
|
||||
errx(1, "%s: Unknown bank %d", __func__, n);
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user