gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f7c1c2ddfdcf9d15ee63f0b042acf9e1fc81c280 parent 7a8459d07a69a923f850ccbf4720321418ccf2e8 Author: toxa <untoxa@mail.ru> Date: Tue, 20 Oct 2020 16:41:11 +0300 unify areas with SDCC native crt0 Diffstat:
| M | gbdk-lib/libc/gb/crt0.s | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gbdk-lib/libc/gb/crt0.s b/gbdk-lib/libc/gb/crt0.s @@ -268,7 +268,6 @@ _exit:: .area _LIT ;; Constant data used to init _DATA .area _GSINIT - .area _GSINITTAIL .area _GSFINAL ;; Initialised in ram data .area _DATA @@ -299,7 +298,7 @@ __current_bank:: ; Current bank ;; Runtime library .area _GSINIT gsinit:: - .area _GSINITTAIL + .area _GSFINAL ret .area _HOME
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.