mirror of
https://github.com/zeldaret/tp
synced 2026-08-20 06:06:50 -04:00
Adds JSUList, JKRDisposer, and JKRHeap. (#4)
* 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/
This commit is contained in:
@@ -906,7 +906,7 @@ Z2SoundObjSimple_NS_dtor:
|
||||
/* 8015BA70 001589B0 7F E0 07 35 */ extsh. r0, r31
|
||||
/* 8015BA74 001589B4 40 81 00 0C */ ble lbl_8015BA80
|
||||
/* 8015BA78 001589B8 7F C3 F3 78 */ mr r3, r30
|
||||
/* 8015BA7C 001589BC 48 17 32 C1 */ bl __dl
|
||||
/* 8015BA7C 001589BC 48 17 32 C1 */ bl __dl__FPv
|
||||
lbl_8015BA80:
|
||||
/* 8015BA80 001589C0 7F C3 F3 78 */ mr r3, r30
|
||||
/* 8015BA84 001589C4 83 E1 00 0C */ lwz r31, 0xc(r1)
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
/* 8015E484 0015B3C4 7F E0 07 35 */ extsh. r0, r31
|
||||
/* 8015E488 0015B3C8 40 81 00 0C */ ble lbl_8015E494
|
||||
/* 8015E48C 0015B3CC 7F C3 F3 78 */ mr r3, r30
|
||||
/* 8015E490 0015B3D0 48 17 08 AD */ bl __dl
|
||||
/* 8015E490 0015B3D0 48 17 08 AD */ bl __dl__FPv
|
||||
lbl_8015E494:
|
||||
/* 8015E494 0015B3D4 7F C3 F3 78 */ mr r3, r30
|
||||
/* 8015E498 0015B3D8 83 E1 00 0C */ lwz r31, 0xc(r1)
|
||||
|
||||
Reference in New Issue
Block a user