mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-03 17:03:37 -04:00
JKRHeap void state_register (#1941)
This commit is contained in:
@@ -481,7 +481,7 @@ void operator delete[](void* ptr) {
|
||||
|
||||
/* 802CED84-802CED88 2C96C4 0004+00 1/0 1/0 0/0 .text
|
||||
* state_register__7JKRHeapCFPQ27JKRHeap6TStateUl */
|
||||
u32 JKRHeap::state_register(JKRHeap::TState* p, u32 id) const {
|
||||
void JKRHeap::state_register(JKRHeap::TState* p, u32 id) const {
|
||||
JUT_ASSERT(1213, p != 0);
|
||||
JUT_ASSERT(1214, p->getHeap() == this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user