mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 15:04:54 +00:00
Fully link __ppc_eabi_init.cpp
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#include "types.h"
|
||||
|
||||
__declspec(section ".init") extern void __init_hardware(void);
|
||||
__declspec(section ".init") extern void __flush_cache(register void* address, register unsigned int size);
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
__declspec(section ".init") void __init_hardware(void);
|
||||
__declspec(section ".init") void __flush_cache(register void* address, register unsigned int size);
|
||||
|
||||
extern void __init_cpp(void);
|
||||
void __init_user(void);
|
||||
void __init_cpp(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user