mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
Match stackcheck.c and code_800FC620.c (#1656)
* Match stackcheck.c * Match code_800FC620.c
This commit is contained in:
parent
c701a2181f
commit
3be307bf35
2 changed files with 6 additions and 0 deletions
|
@ -26,7 +26,11 @@ void* func_800FC800(u32 size) {
|
|||
size = 1;
|
||||
}
|
||||
|
||||
#if OOT_DEBUG
|
||||
return __osMallocDebug(&gSystemArena, size, sNew, 0);
|
||||
#else
|
||||
return __osMalloc(&gSystemArena, size);
|
||||
#endif
|
||||
}
|
||||
|
||||
// possibly some kind of delete() function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue