mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-11 02:53:16 -04:00
JKRHeap void state_register (#1941)
This commit is contained in:
@@ -1083,7 +1083,7 @@ JKRExpHeap::CMemBlock* JKRExpHeap::CMemBlock::getHeapBlock(void* ptr) {
|
||||
|
||||
/* 802D0938-802D09E0 2CB278 00A8+00 1/0 0/0 0/0 .text
|
||||
* state_register__10JKRExpHeapCFPQ27JKRHeap6TStateUl */
|
||||
u32 JKRExpHeap::state_register(JKRHeap::TState* p, u32 param_1) const {
|
||||
void JKRExpHeap::state_register(JKRHeap::TState* p, u32 param_1) const {
|
||||
p->mId = param_1;
|
||||
if (param_1 <= 0xff) {
|
||||
p->mUsedSize = getUsedSize(param_1);
|
||||
@@ -1104,7 +1104,6 @@ u32 JKRExpHeap::state_register(JKRHeap::TState* p, u32 param_1) const {
|
||||
}
|
||||
}
|
||||
p->mCheckCode = checkCode;
|
||||
return checkCode;
|
||||
}
|
||||
|
||||
/* 802D09E0-802D0A10 2CB320 0030+00 1/0 0/0 0/0 .text
|
||||
|
||||
Reference in New Issue
Block a user