mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-03 10:35:52 +00:00
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
|
// 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) {
|
inline static void __copy_rom_section(void* dst, const void* src, unsigned long size) {
|
||||||
if (size && (dst != src)) {
|
if (size && (dst != src)) {
|
||||||
memcpy(dst, src, size);
|
memcpy(dst, src, size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user