git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 8b7b3ad4dd9ea4de973fb3b9510f661a6bbbb970
parent 53c5b27d38db92e730e48819fa8282de80e96eff
Author: Toxa <untoxa@mail.ru>
Date:   Tue, 11 Jan 2022 13:06:00 +0300

SMS/GG: fix memmove()

Diffstat:
Mgbdk-lib/libc/Makefile2+-
Mgbdk-lib/libc/asm/gbz80/Makefile2++
Rgbdk-lib/libc/_memmove.c -> gbdk-lib/libc/asm/gbz80/_memmove.c0
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/Makefile b/gbdk-lib/libc/Makefile @@ -20,7 +20,7 @@ CSRC = atoi.c atol.c isalpha.c isdigit.c \ __assert.c \ _modulong.c _modslong.c _divulong.c _divslong.c _mullong.c \ bsearch.c qsort.c atomic_flag_clear.c \ - _memmove.c free.c malloc.c realloc.c calloc.c + free.c malloc.c realloc.c calloc.c include $(TOPDIR)/Makefile.common diff --git a/gbdk-lib/libc/asm/gbz80/Makefile b/gbdk-lib/libc/asm/gbz80/Makefile @@ -11,6 +11,8 @@ ASSRC = __sdcc_call_hl.s abs.s mul.s div.s shift.s crt0_rle.s \ rand.s arand.s \ bcd.s +CSRC = _memmove.c + include $(TOPDIR)/Makefile.common AS = $(AS_GBZ80) diff --git a/gbdk-lib/libc/_memmove.c b/gbdk-lib/libc/asm/gbz80/_memmove.c

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.