mirror of
https://github.com/zeldaret/tp
synced 2026-08-14 12:34:14 -04:00
More JSystem borrowing (#383)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user