mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 01:30:00 -04:00
04354aadb9
* before __register_global_object * JKRThread::sThreadList, JKRHeap::sSystemHeap, etc. * cleanup and started on JKRDvdArchive * before changing JKRCompression * more JKRDvdArchive, abs, and memset * fixed JKRArchive::setExpandSize split * JKRArchive::sCurrentDirID, JKRDvdFile::sDvdList, and matching JKRDvdFile constructors * problems * merge fixes and formatting * updated clang version in clang-format-all to version 10 * Added OSPhysicalToCached and struct for global memory * remove useless __attribute__ * changed from defines and macros to const variable and function * changed FLAG_HAS to FLAG_ON * JKRAram, linking problems * fix JKRAram * remove nonmatching stuff * renamed static data * more static class members * JKRAramStream OK * formatting Co-authored-by: Julgodis <> Co-authored-by: Pheenoh <pheenoh@gmail.com>
9 lines
397 B
ArmAsm
9 lines
397 B
ArmAsm
/* 8026F95C 0026C89C 94 21 FF F0 */ stwu r1, -0x10(r1)
|
|
/* 8026F960 0026C8A0 7C 08 02 A6 */ mflr r0
|
|
/* 8026F964 0026C8A4 90 01 00 14 */ stw r0, 0x14(r1)
|
|
/* 8026F968 0026C8A8 4B D9 3A F1 */ bl memset
|
|
/* 8026F96C 0026C8AC 80 01 00 14 */ lwz r0, 0x14(r1)
|
|
/* 8026F970 0026C8B0 7C 08 03 A6 */ mtlr r0
|
|
/* 8026F974 0026C8B4 38 21 00 10 */ addi r1, r1, 0x10
|
|
/* 8026F978 0026C8B8 4E 80 00 20 */ blr
|