Update bb_rom_sym_m0.gcc

alias memcpy => __aeabi_memcpy
This commit is contained in:
froloffw7 2024-01-09 22:17:03 +01:00 committed by GitHub
parent 1c422e3ff5
commit aaad29d9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ __aeabi_idivmod = 0x00000e35;
__aeabi_memcpy = 0x00000e81;
__aeabi_memcpy4 = 0x00000e81;
__aeabi_memcpy8 = 0x00000e81;
memcpy = 0x00000e81;
__aeabi_memset = 0x00000ea5;
__aeabi_memset4 = 0x00000ea5;
__aeabi_memset8 = 0x00000ea5;