mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
@@ -4,7 +4,7 @@
|
||||
// #include "JSystem/JKernel/JKRHeap/asm/func_802CE138.s"
|
||||
JKRHeap::JKRHeap(void* data, u32 size, JKRHeap* parent, bool error_flag)
|
||||
: JKRDisposer(), mChildTree(this), mDisposerList() {
|
||||
OSInitMutex(this->mMutex);
|
||||
OSInitMutex(&this->mMutex);
|
||||
this->mSize = size;
|
||||
this->mStart = (u32)data;
|
||||
this->mEnd = (u32)data + size;
|
||||
|
||||
Reference in New Issue
Block a user