mirror of
https://github.com/zeldaret/tp
synced 2026-06-09 20:50:45 -04:00
detect more floats/doubles, including from relocations
This commit is contained in:
@@ -52,8 +52,6 @@ struct JKRHeap {
|
||||
/* 802CEBA8 */ void isSubHeap(JKRHeap*) const;
|
||||
};
|
||||
|
||||
struct JKRThreadName_ {};
|
||||
|
||||
struct JKRThread {
|
||||
/* 802D1568 */ JKRThread(u32, int, int);
|
||||
/* 802D16B8 */ JKRThread(OSThread*, int);
|
||||
@@ -66,6 +64,8 @@ struct JKRThread {
|
||||
/* 802D1E14 */ bool run();
|
||||
};
|
||||
|
||||
struct JKRThreadName_ {};
|
||||
|
||||
struct JKRThreadSwitch {
|
||||
/* 802D199C */ JKRThreadSwitch(JKRHeap*);
|
||||
/* 802D1A14 */ void createManager(JKRHeap*);
|
||||
|
||||
Reference in New Issue
Block a user