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:
Jonathan Wase
2020-11-29 11:47:00 -05:00
committed by GitHub
parent 68a46e15cb
commit 635fbc34ec
385 changed files with 4633 additions and 4131 deletions
+2 -2
View File
@@ -290,7 +290,7 @@ lbl_8032611C:
/* 80326154 00323094 90 1F 00 00 */ stw r0, 0(r31)
/* 80326158 00323098 7C 80 07 35 */ extsh. r0, r4
/* 8032615C 0032309C 40 81 00 08 */ ble lbl_80326164
/* 80326160 003230A0 4B FA 8B DD */ bl __dl
/* 80326160 003230A0 4B FA 8B DD */ bl __dl__FPv
lbl_80326164:
/* 80326164 003230A4 7F E3 FB 78 */ mr r3, r31
/* 80326168 003230A8 83 E1 00 0C */ lwz r31, 0xc(r1)
@@ -330,7 +330,7 @@ lbl_803261E8:
/* 803261E8 00323128 7F E0 07 35 */ extsh. r0, r31
/* 803261EC 0032312C 40 81 00 0C */ ble lbl_803261F8
/* 803261F0 00323130 7F C3 F3 78 */ mr r3, r30
/* 803261F4 00323134 4B FA 8B 49 */ bl __dl
/* 803261F4 00323134 4B FA 8B 49 */ bl __dl__FPv
lbl_803261F8:
/* 803261F8 00323138 7F C3 F3 78 */ mr r3, r30
/* 803261FC 0032313C 83 E1 00 0C */ lwz r31, 0xc(r1)