mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 11:38:49 -04:00
.dead section fix
This commit is contained in:
+44
-17
@@ -1,63 +1,90 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: executor
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/d_a_fr/executor.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/d_a_fr/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 void* const data_8051B9B4[2];
|
||||
#pragma section ".dtors$10"
|
||||
__declspec(section ".dtors$10") extern void* const __destroy_global_chain_reference;
|
||||
SECTION_DTORS10 extern void* const __destroy_global_chain_reference;
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 80519800-8051982C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
/* 80519800-8051982C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
// 8051980C: 8051B9B4 (data_8051B9B4)
|
||||
// 80519810: 8051B9B4 (data_8051B9B4)
|
||||
// 80519814: 8026314C (ModuleConstructorsX)
|
||||
// 80519818: 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_fr/executor/_prolog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 8051982C-80519858 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
|
||||
/* 8051982C-80519858 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
// 80519838: 8026308C (ModuleEpilog)
|
||||
// 8051983C: 8051B9BC (__destroy_global_chain_reference)
|
||||
// 80519840: 8051B9BC (__destroy_global_chain_reference)
|
||||
// 80519844: 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_fr/executor/_epilog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 80519858-80519878 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
|
||||
/* 80519858-80519878 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
// 80519864: 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_fr/executor/_unresolved.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user