diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/JSystem/JKernel/JKRThread.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/JSystem/JKernel/JKRThread.cpp')
| -rw-r--r-- | libs/JSystem/JKernel/JKRThread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/JSystem/JKernel/JKRThread.cpp b/libs/JSystem/JKernel/JKRThread.cpp index 0a6ef1a589..859a8a6342 100644 --- a/libs/JSystem/JKernel/JKRThread.cpp +++ b/libs/JSystem/JKernel/JKRThread.cpp @@ -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*); |
