mirror of https://github.com/PrimeDecomp/prime.git
Missed a couple
This commit is contained in:
parent
1c46c7161e
commit
d3d6ea4c44
|
@ -125,9 +125,6 @@ asm static void __init_registers(void) {
|
|||
// clang-format on
|
||||
}
|
||||
|
||||
__declspec(section ".init") extern __rom_copy_info _rom_copy_info[];
|
||||
__declspec(section ".init") extern __bss_init_info _bss_init_info[];
|
||||
|
||||
inline static void __copy_rom_section(void* dst, const void* src, unsigned long size) {
|
||||
if (size && (dst != src)) {
|
||||
memcpy(dst, src, size);
|
||||
|
|
Loading…
Reference in New Issue