mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
demangle data-symbols
This commit is contained in:
@@ -15,6 +15,8 @@ struct JKRThread {};
|
||||
|
||||
struct JKRThreadSwitch {
|
||||
/* 802D1A70 */ void enter(JKRThread*, int);
|
||||
|
||||
static u8 sManager[4];
|
||||
};
|
||||
|
||||
struct JKRSolidHeap {};
|
||||
@@ -23,6 +25,10 @@ struct JKRHeap {
|
||||
/* 802CE72C */ void getFreeSize();
|
||||
};
|
||||
|
||||
struct JKRAram {
|
||||
static u8 sAramObject[4];
|
||||
};
|
||||
|
||||
struct JAU_JASInitializer {
|
||||
/* 802A4AD0 */ JAU_JASInitializer();
|
||||
/* 802A4B28 */ void initJASystem(JKRSolidHeap*);
|
||||
@@ -150,8 +156,8 @@ extern "C" extern u8 data_80451310[8];
|
||||
extern "C" extern u8 data_80451318[8];
|
||||
extern "C" extern u8 data_80451320[8];
|
||||
extern "C" extern u8 data_80451328[8];
|
||||
extern "C" extern u8 sManager__15JKRThreadSwitch[4];
|
||||
extern "C" extern u8 sAramObject__7JKRAram[4];
|
||||
extern "C" u8 sManager__15JKRThreadSwitch[4];
|
||||
extern "C" u8 sAramObject__7JKRAram[4];
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
|
||||
Reference in New Issue
Block a user