diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-07-24 01:30:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-23 15:30:24 -0700 |
| commit | cb8bf4a4892ece541bf57bcd82accbf1af581f1f (patch) | |
| tree | 702e7af1963aca8755f9fc66809917aac99a53da /libs/JSystem/JKernel/JKRHeap.cpp | |
| parent | 6d9f00cb46619aad3a2b52ff13263506c107af92 (diff) | |
More JSystem borrowing (#383)
Diffstat (limited to 'libs/JSystem/JKernel/JKRHeap.cpp')
| -rw-r--r-- | libs/JSystem/JKernel/JKRHeap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/JKernel/JKRHeap.cpp b/libs/JSystem/JKernel/JKRHeap.cpp index 2f438e5414..7001124419 100644 --- a/libs/JSystem/JKernel/JKRHeap.cpp +++ b/libs/JSystem/JKernel/JKRHeap.cpp @@ -516,7 +516,7 @@ void operator delete[](void* ptr) { /* 802CED84-802CED88 2C96C4 0004+00 1/0 1/0 0/0 .text * state_register__7JKRHeapCFPQ27JKRHeap6TStateUl */ -void JKRHeap::state_register(JKRHeap::TState* p, u32 id) const { +u32 JKRHeap::state_register(JKRHeap::TState* p, u32 id) const { JUT_ASSERT(__FILE__, 1213, p != 0); JUT_ASSERT(__FILE__, 1214, p->getHeap() == this); } |
