Files
tp/libs/dolphin/os/__ppc_eabi_init.c
T
TakaRikka 1114b13da8 clean up dolphin files / work on some rels (#212)
* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop

* dolphin OS work / cleanup

* dolphin GX work / cleanup

* finish changing dolphin files to C

* more files into C

* match rest of MSL_C math functions

* more dolphin files converted to C

* remove asm

* d_bg_w work

* remove asm

* d_a_alink work / kytag14
2022-11-11 11:09:48 -07:00

58 lines
1.1 KiB
C

//
// Generated By: dol2asm
// Translation Unit: __ppc_eabi_init
//
#include "dolphin/os/__ppc_eabi_init.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void __init_user();
void __init_cpp();
void _ExitProcess();
//
// External References:
//
void PPCHalt();
SECTION_CTORS10 extern void* const __init_cpp_exceptions_reference;
//
// Declarations:
//
/* 80342B78-80342B98 33D4B8 0020+00 0/0 1/1 0/0 .text __init_user */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __init_user() {
nofralloc
#include "asm/dolphin/os/__ppc_eabi_init/__init_user.s"
}
#pragma pop
/* 80342B98-80342BEC 33D4D8 0054+00 1/1 0/0 0/0 .text __init_cpp */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __init_cpp() {
nofralloc
#include "asm/dolphin/os/__ppc_eabi_init/__init_cpp.s"
}
#pragma pop
/* 80342BEC-80342C0C 33D52C 0020+00 0/0 2/2 0/0 .text _ExitProcess */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void _ExitProcess() {
nofralloc
#include "asm/dolphin/os/__ppc_eabi_init/_ExitProcess.s"
}
#pragma pop