mirror of
https://github.com/zeldaret/tp
synced 2026-08-01 08:17:31 -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:
@@ -84,7 +84,7 @@ JUTDirectFile_NS_dtor:
|
||||
/* 802E8838 002E5778 98 1F 08 30 */ stb r0, 0x830(r31)
|
||||
/* 802E883C 002E577C 7C 80 07 35 */ extsh. r0, r4
|
||||
/* 802E8840 002E5780 40 81 00 08 */ ble lbl_802E8848
|
||||
/* 802E8844 002E5784 4B FE 64 F9 */ bl __dl
|
||||
/* 802E8844 002E5784 4B FE 64 F9 */ bl __dl__FPv
|
||||
lbl_802E8848:
|
||||
/* 802E8848 002E5788 7F E3 FB 78 */ mr r3, r31
|
||||
/* 802E884C 002E578C 83 E1 00 0C */ lwz r31, 0xc(r1)
|
||||
|
||||
Reference in New Issue
Block a user