diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-01-30 11:46:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 11:46:28 -0800 |
| commit | 264b9cfcc004d52f759b3ba256e4d2ff17f5cb53 (patch) | |
| tree | a014f24c2e22ddb8f525e4c93565b9dc3957521d /libs/JSystem/JKernel/JKRThread.cpp | |
| parent | 6aa3fb4ff68c270a1a1f5582c5461e75a2badca1 (diff) | |
| parent | b8c7b9ce3beaadcd08f5c97cb48b3230b999912a (diff) | |
Merge pull request #107 from Julgodis/sdata2_cpp
Tool for extracting literals and strings
Diffstat (limited to 'libs/JSystem/JKernel/JKRThread.cpp')
| -rw-r--r-- | libs/JSystem/JKernel/JKRThread.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/JSystem/JKernel/JKRThread.cpp b/libs/JSystem/JKernel/JKRThread.cpp index b37c996d3d..e2da7735f9 100644 --- a/libs/JSystem/JKernel/JKRThread.cpp +++ b/libs/JSystem/JKernel/JKRThread.cpp @@ -2,6 +2,13 @@ #include "JSystem/JKernel/JKRHeap/JKRHeap.h" #include "global.h" +// lbl_80455FC0 JKRThread.o @934 +static const u8 lbl_80455FC0[4] = {0x42, 0xc8, 0x0, 0x0}; +// lbl_80455FC4 JKRThread.o @935 +static const u8 lbl_80455FC4[4] = {0x44, 0x7a, 0x0, 0x0}; +// lbl_80455FC8 JKRThread.o @937 +static const u8 lbl_80455FC8[8] = {0x43, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; + JKRThread::JKRThread(u32 stack_size, int message_count, int param_3) : mThreadListLink(this) { mSwitchCount = 0; mCost = 0; |
