mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 21:40:32 -04:00
.dead section fix
This commit is contained in:
@@ -1,62 +1,90 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: executor
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/d_a_andsw/executor.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/d_a_andsw/executor.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
extern "C" void _prolog();
|
||||
// False False
|
||||
extern "C" void _epilog();
|
||||
// False False
|
||||
extern "C" void _unresolved();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void ModuleProlog();
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void ModuleEpilog();
|
||||
// False False
|
||||
extern "C" void ModuleUnresolved();
|
||||
// False False
|
||||
extern "C" void ModuleConstructorsX();
|
||||
// False False
|
||||
extern "C" void ModuleDestructorsX();
|
||||
extern u8 const data_80457B24[4];
|
||||
extern u8 const data_80457B28[4];
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 80457900-8045792C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
/* 80457900-8045792C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
// 8045790C: 80457B24 (data_80457B24)
|
||||
// 80457910: 80457B24 (data_80457B24)
|
||||
// 80457914: 8026314C (ModuleConstructorsX)
|
||||
// 80457918: 80263088 (ModuleProlog)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _prolog() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/d_a_andsw/executor/_prolog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 8045792C-80457958 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
|
||||
/* 8045792C-80457958 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
// 80457938: 8026308C (ModuleEpilog)
|
||||
// 8045793C: 80457B28 (data_80457B28)
|
||||
// 80457940: 80457B28 (data_80457B28)
|
||||
// 80457944: 80263190 (ModuleDestructorsX)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _epilog() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/d_a_andsw/executor/_epilog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 80457958-80457978 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
|
||||
/* 80457958-80457978 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
// 80457964: 80263090 (ModuleUnresolved)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _unresolved() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/d_a_andsw/executor/_unresolved.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user