mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* 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/
28 lines
1.0 KiB
ArmAsm
28 lines
1.0 KiB
ArmAsm
.include "macros.inc"
|
|
|
|
.section .text, "ax" # 8029efac
|
|
|
|
|
|
.global JAIAudible_NS_dtor
|
|
JAIAudible_NS_dtor:
|
|
/* 8029EFAC 0029BEEC 94 21 FF F0 */ stwu r1, -0x10(r1)
|
|
/* 8029EFB0 0029BEF0 7C 08 02 A6 */ mflr r0
|
|
/* 8029EFB4 0029BEF4 90 01 00 14 */ stw r0, 0x14(r1)
|
|
/* 8029EFB8 0029BEF8 93 E1 00 0C */ stw r31, 0xc(r1)
|
|
/* 8029EFBC 0029BEFC 7C 7F 1B 79 */ or. r31, r3, r3
|
|
/* 8029EFC0 0029BF00 41 82 00 1C */ beq lbl_8029EFDC
|
|
/* 8029EFC4 0029BF04 3C A0 80 3D */ lis r5, lbl_803C9820@ha
|
|
/* 8029EFC8 0029BF08 38 05 98 20 */ addi r0, r5, lbl_803C9820@l
|
|
/* 8029EFCC 0029BF0C 90 1F 00 00 */ stw r0, 0(r31)
|
|
/* 8029EFD0 0029BF10 7C 80 07 35 */ extsh. r0, r4
|
|
/* 8029EFD4 0029BF14 40 81 00 08 */ ble lbl_8029EFDC
|
|
/* 8029EFD8 0029BF18 48 02 FD 65 */ bl __dl__FPv
|
|
lbl_8029EFDC:
|
|
/* 8029EFDC 0029BF1C 7F E3 FB 78 */ mr r3, r31
|
|
/* 8029EFE0 0029BF20 83 E1 00 0C */ lwz r31, 0xc(r1)
|
|
/* 8029EFE4 0029BF24 80 01 00 14 */ lwz r0, 0x14(r1)
|
|
/* 8029EFE8 0029BF28 7C 08 03 A6 */ mtlr r0
|
|
/* 8029EFEC 0029BF2C 38 21 00 10 */ addi r1, r1, 0x10
|
|
/* 8029EFF0 0029BF30 4E 80 00 20 */ blr
|
|
|