fopMsgM_destroyExpHeap OK

This commit is contained in:
Pheenoh 2021-03-27 18:30:03 -04:00
parent 1eb1de54f8
commit 17a7165042
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
1 changed files with 3 additions and 6 deletions

View File

@ -206,9 +206,6 @@ void fopMsgM_createExpHeap(u32 param_1, JKRHeap* pJKRHeap) {
JKRExpHeap::create(param_1,pJKRHeap, false);
}
// fopMsgM_destroyExpHeap__FP10JKRExpHeap
// fopMsgM_destroyExpHeap__FP10JKRExpHeap(JKRExpHeap*)
asm void fopMsgM_destroyExpHeap(JKRExpHeap*) {
nofralloc
#include "f/f_op/f_op_msg_mng/asm/func_800203E0.s"
}
void fopMsgM_destroyExpHeap(JKRExpHeap* pJKRExpHeap) {
pJKRExpHeap->destroy();
}