mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
ñmatch malloc,link memtrk
This commit is contained in:
@@ -33,11 +33,11 @@ typedef struct ExtabIndexInfo {
|
||||
u32 codeSize; // at 0x10
|
||||
} ExtabIndexInfo;
|
||||
|
||||
__declspec(section ".init") extern const RomSection _rom_copy_info[];
|
||||
__declspec(section ".init") extern const BssSection _bss_init_info[];
|
||||
__declspec(section ".init") extern const ExtabIndexInfo _eti_init_info[];
|
||||
__declspec(section ".init") extern RomSection _rom_copy_info[];
|
||||
__declspec(section ".init") extern BssSection _bss_init_info[];
|
||||
__declspec(section ".init") extern ExtabIndexInfo _eti_init_info[];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user