mirror of
https://github.com/zeldaret/tp
synced 2026-09-08 19:42:45 -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:
@@ -36,7 +36,7 @@ JMessage_NS_TControl_NS_dtor:
|
||||
/* 802A75AC 002A44EC 90 1F 00 00 */ stw r0, 0(r31)
|
||||
/* 802A75B0 002A44F0 7C 80 07 35 */ extsh. r0, r4
|
||||
/* 802A75B4 002A44F4 40 81 00 08 */ ble lbl_802A75BC
|
||||
/* 802A75B8 002A44F8 48 02 77 85 */ bl __dl
|
||||
/* 802A75B8 002A44F8 48 02 77 85 */ bl __dl__FPv
|
||||
lbl_802A75BC:
|
||||
/* 802A75BC 002A44FC 7F E3 FB 78 */ mr r3, r31
|
||||
/* 802A75C0 002A4500 83 E1 00 0C */ lwz r31, 0xc(r1)
|
||||
|
||||
Reference in New Issue
Block a user