blob: e01336e501d181a6e0411ffb364a99d5e9173d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.include "asm/macros.inc"
.include "global.inc"
.section .text
arm_func_start NNS_G3dFreeAnmObj
NNS_G3dFreeAnmObj: ; 0x020BB8C4
ldr ip, _020BB8CC ; =NNS_FndFreeToAllocator
bx r12
.balign 4
_020BB8CC: .word NNS_FndFreeToAllocator
arm_func_end NNS_G3dFreeAnmObj
arm_func_start NNS_G3dAllocAnmObj
NNS_G3dAllocAnmObj: ; 0x020BB8D0
stmdb sp!, {r4,lr}
mov r4, r0
mov r0, r1
mov r1, r2
bl NNS_G3dAnmObjCalcSizeRequired
mov r1, r0
mov r0, r4
bl NNS_FndAllocFromAllocator
ldmia sp!, {r4,pc}
arm_func_end NNS_G3dAllocAnmObj
|