mirror of
https://github.com/zeldaret/oot
synced 2026-06-07 20:11:20 -04:00
Document some z_actor.c functions (#1091)
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ void* ZeldaArena_Calloc(u32 num, u32 size) {
|
||||
bzero(ret, n);
|
||||
}
|
||||
|
||||
ZeldaArena_CheckPointer(ret, n, "zelda_calloc", "確保");
|
||||
ZeldaArena_CheckPointer(ret, n, "zelda_calloc", "確保"); // "Secure"
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user