mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 09:47:52 -04:00
635fbc34ec
* Added JSUList, JKRDisposer, and JKRHeap. JSUList: Decompiled JSUPtrLink and JSUPtrList with their respected functions. The templated class JSUList is left. JKRDisposer: Constructor matched but the destructor is close but not yet a match. JKRHeap: No functions matches yet. JKRHeap.cpp now includes "operator delete" which makes it possible to forward compile destructors. * moved files from src/ to libs/
11 lines
560 B
ArmAsm
11 lines
560 B
ArmAsm
/* 802CED10 002CBC50 94 21 FF F0 */ stwu r1, -0x10(r1)
|
|
/* 802CED14 002CBC54 7C 08 02 A6 */ mflr r0
|
|
/* 802CED18 002CBC58 90 01 00 14 */ stw r0, 0x14(r1)
|
|
/* 802CED1C 002CBC5C 7C 80 23 78 */ mr r0, r4
|
|
/* 802CED20 002CBC60 7C A4 2B 78 */ mr r4, r5
|
|
/* 802CED24 002CBC64 7C 05 03 78 */ mr r5, r0
|
|
/* 802CED28 002CBC68 4B FF F7 4D */ bl alloc__7JKRHeapFUliP7JKRHeap
|
|
/* 802CED2C 002CBC6C 80 01 00 14 */ lwz r0, 0x14(r1)
|
|
/* 802CED30 002CBC70 7C 08 03 A6 */ mtlr r0
|
|
/* 802CED34 002CBC74 38 21 00 10 */ addi r1, r1, 0x10
|
|
/* 802CED38 002CBC78 4E 80 00 20 */ blr
|