mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-06 02:58:18 -04:00
.dead section fix
This commit is contained in:
@@ -1,42 +1,54 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: random
|
||||
//
|
||||
//
|
||||
|
||||
#include "JSystem/JMath/random.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JMath/random.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
//
|
||||
|
||||
struct JMath {
|
||||
struct TRandom_fast_ {
|
||||
/* 80339AE4 */ TRandom_fast_(u32);
|
||||
};
|
||||
struct TRandom_fast_ {
|
||||
/* 80339AE4 */ // False False
|
||||
// u32 False
|
||||
TRandom_fast_(u32);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// u32 False
|
||||
extern "C" void __ct__Q25JMath13TRandom_fast_FUl();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 80339AE4-80339AEC 0008+00 s=0 e=3 z=0 None .text __ct__Q25JMath13TRandom_fast_FUl */
|
||||
/* 80339AE4-80339AEC 0008+00 s=0 e=3 z=0 None .text __ct__Q25JMath13TRandom_fast_FUl */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// u32 False
|
||||
asm JMath::TRandom_fast_::TRandom_fast_(u32 param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JMath/random/__ct__Q25JMath13TRandom_fast_FUl.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user